Example of Indexed Category Axis in ASP.NET Core Chart Control
This sample shows an indexed category axis in a chart with details about GDP growth across different countries.
DEMO
SOURCE
Indexed:
|
|
The category axis is also rendered on the basis of the index values in the data source. To render the indexed category axis, set ValueType to Category and IsIndexed property to true.
More information about the indexed category axis can be found in this documentation section.