Back to Devexpress

Axis.MinorTickMarks Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-ffa0aaaa.md

latest2.1 KB
Original Source

Axis.MinorTickMarks Property

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

Declaration

csharp
AxisTickMarks MinorTickMarks { get; set; }
vb
Property MinorTickMarks As AxisTickMarks

Property Value

TypeDescription
AxisTickMarks

An AxisTickMarks enumeration value that specifies how minor tick marks are displayed on the axis.

|

Available values:

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.

|

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.

See Also

MajorTickMarks

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace