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