wpf-devexpress-dot-xpf-dot-gauges-dot-arcscaleindicatorcollection-1.md
A collection that stores value indicators of a particular circular scale.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class ArcScaleIndicatorCollection<T> :
ValueIndicatorCollection<T>
where T : ArcScaleIndicator
Public Class ArcScaleIndicatorCollection(Of T As ArcScaleIndicator)
Inherits ValueIndicatorCollection(Of T)
| Name |
|---|
| T |
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.)
Show 13 items
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> ValueIndicatorCollection<T> ArcScaleIndicatorCollection<T> ArcScaleMarkerCollection
See Also