ArcScale.MinorTickmark Property
Provides access to minor tick marks’ display options.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IMinorTickmark MinorTickmark { get; }
Property Value
Type | Description |
---|---|
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 ArcScale.MinorTickCount property. To specify appearance options of minor tick marks, use the ArcScaleComponent.AppearanceMinorTickmark property.
See Also