LinearScaleLabelOptions Class
Contains behavior, layout and data representation options for linear scale labels.
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 LinearScaleLabelOptions objects:
Remarks
The options provided by a LinearScaleLabelOptions instance can be accessed by the LinearScale.LabelOptions property of a LinearScale object.
To define the behavior of the linear scale labels, use the ScaleLabelOptions.ShowFirst and ScaleLabelOptions.ShowLast properties.
The label’s layout is specified by the LinearScaleLabelOptions.Orientation, ScaleLabelOptions.Offset and ScaleLabelOptions.ZIndex properties.
To customize how data is represented on scale labels, use the ScaleLabelOptions.Addend, ScaleLabelOptions.Multiplier and ScaleLabelOptions.FormatString properties.
For more information on labels, refer to the Labels (Linear Scale) document.