Getting Started With The ASP.NET Core Charts Control

Sample date Updated on Sep 13, 2025
aspdotnetcore-chart-data-label aspdotnetcore-chart-legend aspdotnetcore-chart-tooltip aspdotnetcore-charts aspdotnetcore-line-series-chart chart chart-types charts line-series-chart

A quick-start project shows how to add the Charts component to an ASP.NET Core project using the .NET 8.0 framework. This project includes a code snippet to populate data, set series types in charts, and add legends, data labels, and tooltips.

Refer to the getting started documentation for the Syncfusion ASP.NET Core Charts component:

https://ej2.syncfusion.com/aspnetcore/documentation/chart/getting-started

Check out this online example of exporting in the Syncfusion ASP.NET Core Charts component:

https://ej2.syncfusion.com/aspnetcore/Chart/Overview#/fluent

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 getting-started-with-the-aspdotnet-core-charts-control repository and then press the F5 key to run the application.

Up arrow