Skip to main content

AxisType Enum

Lists values used to specify the type of the axis.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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