MinorTickmarkOptions Class
Contains settings that define the layout and behavior of the minor tickmarks along the scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
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.