Skip to main content
A newer version of this page is available. .

ArcScaleIndicatorCollection<T> Class

A collection that stores value indicators of a particular circular scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v21.1.dll

Declaration

public class ArcScaleIndicatorCollection<T> :
    ValueIndicatorCollection<T>
    where T : ArcScaleIndicator

Type Parameters

Name
T

Remarks

The ArcScaleIndicatorCollection<T> class serves as the base for all other collections that store value indicators (e.g., the ArcScaleNeedleCollection returned by the ArcScale.Needles property, ArcScaleMarkerCollection returned by the ArcScale.Markers property, etc.)

Inheritance

Show 11 items
See Also