RangeBase.StartValue Property
In This Article
Gets or sets the start value of the range.
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 start of the range. |
#Remarks
Use the StartValue and RangeBase.EndValue properties to specify the range.
Example: How to: Use ArcScale
See Also