Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AxisType Enum

Lists values used to specify the type of the axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.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.

Remarks

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

See Also