Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.56 KB

File metadata and controls

28 lines (17 loc) · 1.56 KB

Getting Started with the ASP.NET Core Financial Charts Control

A quick-start project that shows how to add the Financial Charts control to an ASP.Net Core Web application and populate data. This project contains simple code to configure a chart with a high low, high low open close, and candle series and add titles, crosshairs, and tooltips.

Refer to the getting started documentation for the Syncfusion ASP.NET Core Financial Charts component: https://ej2.syncfusion.com/aspnetcore/documentation/chart/chart-types/high-low

Check out this online example of exporting in the Syncfusion ASP.NET Core Financial Charts component: https://ej2.syncfusion.com/aspnetcore/Chart/Hilo#/fluent

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

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 the .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-financial-charts-control repository and then press the F5 key to run the application.