ScaleCollection<T> Class
A base class for collections containing scales.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
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
See Also