• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Overview in ASP.NET Core Chart Control

This sample shows an overview of ASP.NET Core Charts that allows users to visualize data easily and take decisions based on it. There are different types of charts to create feature rich apps.
DEMO
SOURCE
Sales - Yearly Performance
Product Wise Sales - 2021
Monthly Sales for 2021

The ASP.NET Core Chart is a well-crafted charting component to visualize data. In this example, you will see how to render and configure line, column, and pie charts with different features such as highlight, legend, tooltip, and annotation. The Chart uses SfDataManager, which supports both RESTful JSON data services binding and IEnumerable binding.

More information on the ASP.NET Core chart types can be found in this documentation section.