Skip to main content

ArcScaleRangeBarCollection Class

A collection that stores the range bars of a particular arc scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleRangeBarCollection :
    ArcScaleIndicatorCollection<ArcScaleRangeBar>

The following members return ArcScaleRangeBarCollection objects:

Remarks

Each arc scale can hold a collection of range bars returned by the ArcScale.RangeBars property and represented by the ArcScaleRangeBarCollection class. Each collection item is an instance of the ArcScaleRangeBar class and can be accessed via the Item[] property of an ArcScaleRangeBarCollection object.

For more information on range bars, refer to the Range Bar (Circular Scale) document.

Example: How to: Use ArcScale

See Also