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

ScaleCollection<T> Class

A base class for collections containing scales.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

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

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 CircularGaugeControl.Scales property, etc.)

See Also