Skip to main content

LinearScaleLabelOptions Class

Contains behavior, layout and data representation options for linear scale labels.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleLabelOptions :
    ScaleLabelOptions

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.

See Also