ScaleLabelOptions.Multiplier Property
In This Article
Gets or sets a value by which every label’s value should be multiplied.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(1, Handler = "NotifyDependencyPropertyChanged")]
public double Multiplier { get; set; }
#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