ArcScaleRange Class
In This Article
An arc scale range.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
The following members return ArcScaleRange objects:
#Remarks
A range is used to mark intervals on a circular scale. An instance of an arc scale range is represented by the ArcScaleRange
object. It can be accessed as an item of the ArcScaleRangeCollection object returned by the ArcScale.Ranges property.
For more information on ranges, refer to the Range document.
Example: How to: Use ArcScale
#Inheritance
See Also