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

ScaleCollection<T> Class

A base class for collections containing scales.

Namespace: DevExpress.WinUI.Gauges

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

Declaration

public abstract class ScaleCollection<T> :
    GaugeElementCollection<T>

Type Parameters

Name
T

Remarks

The ScaleCollection<T> class serves as the base for all other collections that store value indicators (e.g., the ArcScaleCollection returned by the CircularGauge.Scales property, etc.)

Inheritance

Object
Collection<T>
ObservableCollection<T>
DevExpress.WinUI.Core.Collections.Internal.WorkaroundObservableCollection<T>
See Also