Skip to main content
A newer version of this page is available. .

Axis.AxisType Property

Returns the type of the chart axis.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

AxisType AxisType { get; }

Property Value

Type Description
AxisType

An AxisType enumeration value specifying the type of the axis.

Available values:

Name Description
Category

Specifies the category axis.

Date

Specifies the date axis.

Value

Specifies the value axis.

Series

Specifies the depth (series) axis.

See Also