MajorTickmarkOptions Class
Contains settings that define the layout and behavior of the major 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 MajorTickmarkOptions objects:
Remarks
The options provided by a MajorTickmarkOptions instance can be accessed via the Scale.MajorTickmarkOptions property of a Scale object.
To define the layout of the major tickmarks, use the GaugeOptionsBase.ZIndex, TickmarkOptions.Offset, TickmarkOptions.FactorThickness and TickmarkOptions.FactorLength properties.
The behavior of the major tickmarks is set by the MajorTickmarkOptions.ShowFirst and MajorTickmarkOptions.ShowLast properties.
For more information on major tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.