[]
Specifies the type of the category axis.
public enum CategoryType
Public Enum CategoryType
| Name | Description |
|---|---|
| AutomaticScale | Specifies the automatic scale. |
| CategoryScale | Specifies that the axis groups data by an arbitrary set of categories. |
| TimeScale | Specifies that the axis groups data on a time scale. |
| ValueScale | Specifies that the axis groups data on a value scale. |