CategoryAxis.AxisType Property
Returns the axis type.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| AxisType | The Category axis type. |
Available values:
| Name | Description |
|---|---|
| Category | Indicates a category axis type. |
| Value | Indicates a value axis type. |
| Date | Indicates a date axis type. |
| Series | Indicates a series axis type. |
See Also