Axis.MinorTickMarks Property
Gets or sets the position of minor tick marks on the axis.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
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. |
Remarks
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.