Back to Devexpress

AxisType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-50766fd3.md

latest1.2 KB
Original Source

AxisType Enum

Lists values used to specify the type of the axis.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum AxisType
vb
Public Enum AxisType

Members

NameDescription
Category

Specifies the category axis.

| | Date |

Specifies the date axis.

| | Value |

Specifies the value axis.

| | Series |

Specifies the depth (series) axis.

|

The following properties accept/return AxisType values:

Remarks

The values listed by this enumeration are returned by the Axis.AxisType property.

See Also

DevExpress.Spreadsheet.Charts Namespace