Back to Devexpress

Axis.AxisType Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-0150d4dc.md

latest1.3 KB
Original Source

Axis.AxisType Property

Returns the type of the chart axis.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
AxisType AxisType { get; set; }
vb
Property AxisType As AxisType

Property Value

TypeDescription
AxisType

An AxisType enumeration value specifying the type of the axis.

|

Available values:

NameDescription
Category

Specifies the category axis.

| | Date |

Specifies the date axis.

| | Value |

Specifies the value axis.

| | Series |

Specifies the depth (series) axis.

|

See Also

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace