Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.31 KB

File metadata and controls

25 lines (15 loc) · 1.31 KB

How to Customize the Category Axis in ASP.NET Core Charts

A quick-start project that shows you how to customize the category axis of Syncfusion ASP.Net Core charts. This project contains simple code to add a title, customize the label of the category axis, and render an indexed category axis.

Refer to the documentation for the category axis in the Syncfusion ASP.NET Core Charts control: https://ej2.syncfusion.com/aspnetcore/documentation/chart/category-axis

Refer to the documentation for axis labels in the Syncfusion ASP.NET Core Charts control: https://ej2.syncfusion.com/aspnetcore/documentation/chart/axis-labels

Check out this online example Category Axis in ASP.NET Core Chart control: https://ej2.syncfusion.com/aspnetcore/Chart/CategoryAxis#/fluent

The ASP.NET Core Charts Getting Started video: https://www.youtube.com/watch?v=Vll9DXQ7z4Q

Tutorial video: https://www.syncfusion.com/tutorial-videos

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio 2022 and .NET 8.0 SDK framework in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the how-to-customize-the-category-axis-in-asp.net-core-charts repository and then press the F5 key to run the application.