Skip to main content

ArcScaleRangeCollection Class

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

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleRangeCollection :
    LayerCollection<ArcScaleRange>

The following members return ArcScaleRangeCollection objects:

Remarks

Each arc scale can hold a collection of ranges returned by the ArcScale.Ranges property and represented by the ArcScaleRangeCollection class. Each collection item is an instance of the ArcScaleRange class and can be accessed via the Item[] property of an ArcScaleRangeCollection object.

For more information on ranges, refer to the Range (Circular Scale) document.

Example: How to: Use ArcScale

See Also