Scale.EndValue Property
In This Article
Gets or sets the end value of the 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 which is the end of the scale. |
#Remarks
Use the Scale.StartValue and EndValue properties to specify the scale range.
Note that the EndValue can either be less than the StartValue or greater than the StartValue - both situations are correct.
Example: How to: Use ArcScale
See Also