Category axis in ASP.NET MVC 3D Chart Component
18 Nov 20181 minute to read
The category axis is the horizontal axis of a 3D chart that shows text values rather than numerical values. Compared to the vertical axis, this axis has fewer labels. The following sample shows to render the 3D chart using category axis.
Labels placement
By default, category axis labels are placed between ticks in an axis. It can also be placed on ticks using the LabelPlacement property.
Range
The range of the category axis can be customized using Minimum, Maximum and Interval properties of the axis.
Indexed category axis
The caategory axis can also be rendered based on the index values of the data source. This can be achieved by defining the IsIndexed property to true in the axis.