officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-ffa0aaaa.md
Gets or sets the position of minor tick marks on the axis.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
AxisTickMarks MinorTickMarks { get; set; }
Property MinorTickMarks As AxisTickMarks
| Type | Description |
|---|---|
| AxisTickMarks |
An AxisTickMarks enumeration value that specifies how minor tick marks are displayed on the axis.
|
Available values:
| 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.
|
Tick marks are tiny lines that are used to indicate the demarcation of the axis. Use the MinorTickMarks property to specify how minor tick marks appear: whether they are displayed inside or outside the plot area, whether they cross the axis, or if they are completely hidden.
You can also use the Axis.MajorTickMarks property to adjust major tick marks on the axis.
See Also