Skip to main content

ArcScale.MinorTickmark Property

Provides access to minor tick marks’ display options.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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