Example of Indexed Category Axis in Angular Chart Component

This sample shows an indexed category axis in a chart with details about GDP growth across different countries.

GDP by Countries20152016
Properties
Indexed:
Description

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 on the indexed axis can be found in this documentation section.