Back to Devexpress

LinearScale.MinorTickmark Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-03a13c0e.md

latest1.8 KB
Original Source

LinearScale.MinorTickmark Property

Provides access to minor tick marks’ display options.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IMinorTickmark MinorTickmark { get; }
vb
Public ReadOnly Property MinorTickmark As IMinorTickmark

Property Value

TypeDescription
IMinorTickmark

An object implementing the IMinorTickmark interface that provides settings controlling the display of minor tick marks.

|

Remarks

Use this property to customize options affecting the way minor tick marks are displayed. To specify the number of minor tick marks along the scale, use the LinearScale.MinorTickCount property. To specify appearance options of minor tick marks, use the LinearScaleComponent.AppearanceMinorTickmark property.

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace