LinearScaleRangeCollection Class
A collection that stores the ranges of a particular linear scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return LinearScaleRangeCollection objects:
Remarks
Each linear scale can hold a collection of ranges returned by the LinearScale.Ranges property and represented by the LinearScaleRangeCollection class. Each collection item is an instance of the LinearScaleRange class and can be accessed via the Item[] property of a LinearScaleRangeCollection object.
For more information on ranges, refer to the Range (Linear Scale) document.
Inheritance
See Also