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

AxisTickMarks Enum

Lists values used to specify the position of the tick marks on the axis.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public enum AxisTickMarks

Members

Name Description
Cross

Specifies that the tick marks should cross the axis.

Inside

Specifies that the tick marks should be displayed inside the plot area.

None

Specifies that the tick marks should not be displayed on the axis.

Outside

Specifies that the tick marks should be displayed outside the plot area.

Related API Members

The following properties accept/return AxisTickMarks values:

Remarks

The values listed by this enumeration are used to set the Axis.MajorTickMarks and Axis.MinorTickMarks properties.

See Also