ASP.NET Core Category Axis

18 Nov 20181 minute to read

Category axis are used to represent, the string values instead of numbers.

To quickly get started with ASP.NET Core Category Axis, you can check out this video:

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.