Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.06 KB

File metadata and controls

19 lines (11 loc) · 1.06 KB

Getting Started with the ASP.NET Core Charts Control

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.