ScaleLabelOptions.Multiplier Property
Gets or sets a value by which every label’s value should be multiplied.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value which is a multiplier applied to every label’s value on a scale. |
Remarks
Use the Multiplier property if you need to apply a multiplier to every label’s value on a scale. Note that this property affects only values displayed in scale label and doesn’t change the value of any other gauge element (e.g., value indicators).
See Also