AxisType Enum
Lists values used to specify the type of the axis.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Category
|
Specifies the category axis. |
Date
|
Specifies the date axis. |
Value
|
Specifies the value axis. |
Series
|
Specifies the depth (series) axis. |
Related API Members
The following properties accept/return AxisType values:
Remarks
The values listed by this enumeration are returned by the Axis.AxisType property.
See Also