Skip to main content

MinorTickmarkOptions Class

Contains settings that define the layout and behavior of the minor tickmarks along the scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class MinorTickmarkOptions :
    TickmarkOptions

The following members return MinorTickmarkOptions objects:

Remarks

The options provided by a MinorTickmarkOptions instance can be accessed via the Scale.MinorTickmarkOptions property of a Scale object.

To define the layout of the minor tickmarks, use the GaugeOptionsBase.ZIndex, TickmarkOptions.Offset, TickmarkOptions.FactorThickness and TickmarkOptions.FactorLength properties.

The behavior of the minor tickmarks is set by the MinorTickmarkOptions.ShowTicksForMajor property.

For more information on minor tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

See Also