Skip to main content

LinearScaleRangeCollection Class

A collection that stores the ranges of a particular linear scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleRangeCollection :
    LayerCollection<LinearScaleRange>

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.

See Also