Back to Devexpress

AxisTickMarks Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-f8e178f9.md

latest1.6 KB
Original Source

AxisTickMarks Enum

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum AxisTickMarks
vb
Public Enum AxisTickMarks

Members

NameDescription
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.

|

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

DevExpress.Spreadsheet.Charts Namespace