[]
Specifies the type of the category axis.
public enum CategoryType
AutomaticScale = 0
Specifies the automatic scale.
CategoryScale = 1
Specifies that the axis groups data by an arbitrary set of categories.
TimeScale = 2
Specifies that the axis groups data on a time scale.
ValueScale = 3
Specifies that the axis groups data on a value scale.