ChartCategoryAxisAttributes

public class ChartCategoryAxisAttributes : ChartNumericAxisAttributes

ChartCategoryAxis contains properties of the axes for categorical collections of values.

All chart types have at most a single category axis.

The position and orientation of the category axis depends on the chart type. For example:

  • Bar charts display the category axis as the Y axis.
  • Line, column, and combo charts display the category axis as the X axis.