Category Axis
18 Nov 20181 minute to read
Category axis are used to represent, the string values instead of numbers.
Labels Placement
By default, category labels are placed between the ticks in an axis, this can also be placed on ticks using LabelPlacement property.
Range
Range of the category axis can be customized using Minimum, Maximum and Interval property of the axis.
Indexed category axis
Category axis also can be rendered based on the index values of data source. This can be achieved by defining the IsIndexed property to true in the axis.