Skip to main content

ScaleCollection<T> Class

A base class for collections containing scales.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

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

See Also