LinearScale.MinorTickmark Property
In This Article
Provides access to minor tick marks’ display options.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public IMinorTickmark MinorTickmark { get; }
#Property Value
Type | Description |
---|---|
IMinor |
An object implementing the IMinor |
#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