Skip to main content

ArcScaleIndicatorCollection<T> Class

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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.)

See Also