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

AxisType Enum

Lists values used to specify the type of the axis.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public enum AxisType

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