Back to Devexpress

ArcScaleIndicatorCollection<T> Class

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

latest2.7 KB
Original Source

ArcScaleIndicatorCollection<T> Class

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

Declaration

csharp
public class ArcScaleIndicatorCollection<T> :
    ValueIndicatorCollection<T>
    where T : ArcScaleIndicator
vb
Public Class ArcScaleIndicatorCollection(Of T As ArcScaleIndicator)
    Inherits ValueIndicatorCollection(Of T)

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

Show 13 items

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> ValueIndicatorCollection<T> ArcScaleIndicatorCollection<T> ArcScaleMarkerCollection

ArcScaleNeedleCollection

ArcScaleRangeBarCollection

See Also

ArcScaleIndicatorCollection<T> Members

DevExpress.Xpf.Gauges Namespace