ScaleCustomLabel.Value Property
In This Article
Gets or sets the value at which the custom label is located on a scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value. |
#Remarks
Use the Value property together with the ScaleCustomLabel.Offset to set the position of the custom label on the scale.
See Also