Back to Devexpress

ScaleCollection<T> Class

wpf-devexpress-dot-xpf-dot-gauges-dot-scalecollection-1.md

latest1.8 KB
Original Source

ScaleCollection<T> Class

A base class for collections containing scales.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public abstract class ScaleCollection<T> :
    GaugeElementCollection<T>
    where T : Scale
vb
Public MustInherit Class ScaleCollection(Of T As Scale)
    Inherits GaugeElementCollection(Of 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 CircularGaugeControl.Scales property, etc.)

Inheritance

Object Collection<T> ObservableCollection<T> GaugeElementCollection<T> ScaleCollection<T> ArcScaleCollection

LinearScaleCollection

See Also

ScaleCollection<T> Members

DevExpress.Xpf.Gauges Namespace