Example of Indexed Category Axis in ASP.NET MVC 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 ValueTypeopens in a new tab to Category and IsIndexedopens in a new tab property to true.
More information about the indexed category axis can be found in this documentation sectionopens in a new tab.