The Chart control is used to visualize the data with user interactivity and provides customizing options to configure the data visually.
It can bind data from dataSource such as array of JSON objects , OData web services or
DataManager
. All chart elements are rendered using Scalable Vector Graphics (SVG).
Note: You can refer to our Blazor Charts
feature tour page for its groundbreaking feature representations. You can also explore our Blazor Chart example
to knows various chart types and how to represent time-dependent data, showing trends in data at equal intervals.