ArcScaleIndicatorCollection<T> Class
In This Article
A collection that stores value indicators of a particular circular scale.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public class ArcScaleIndicatorCollection<T> :
ValueIndicatorCollection<T>
where T : ArcScaleIndicator
#Type Parameters
Name |
---|
T |
#Remarks
The ArcScaleIndicatorCollection<T> class serves as the base for all other collections that store value indicators (e.g. the ArcScaleNeedleCollection returned by the ArcScale.Needles property, ArcScaleMarkerCollection returned by the ArcScale.Markers property, etc.)
#Inheritance
See Also