officefileapi-devexpress-dot-spreadsheet-dot-charts-f8e178f9.md
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
public enum AxisTickMarks
Public Enum AxisTickMarks
| 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.
|
The following properties accept/return AxisTickMarks values:
The values listed by this enumeration are used to set the Axis.MajorTickMarks and Axis.MinorTickMarks properties.
See Also