Back to Devexpress

ValueIndicatorCollection<T> Class

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

latest3.2 KB
Original Source

ValueIndicatorCollection<T> Class

A collection that stores the value indicators of a particular scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public abstract class ValueIndicatorCollection<T> :
    GaugeDependencyObjectCollection<T>
    where T : ValueIndicatorBase
vb
Public MustInherit Class ValueIndicatorCollection(Of T As ValueIndicatorBase)
    Inherits GaugeDependencyObjectCollection(Of T)

Type Parameters

Name
T

Remarks

The ValueIndicatorCollection<T> class serves as the base for all other collections that store value indicators (e.g. ArcScaleNeedleCollection returned by the ArcScale.Needles property, LinearScaleLevelBarCollection returned by the LinearScale.LevelBars property, etc.)

Inheritance

Show 17 items

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

LinearScaleIndicatorCollection<T>

LinearScaleRangeBarCollection

ArcScaleMarkerCollection

ArcScaleNeedleCollection

ArcScaleRangeBarCollection

LinearScaleLevelBarCollection

LinearScaleMarkerCollection

See Also

ValueIndicatorCollection<T> Members

Value Indicators

DevExpress.Xpf.Gauges Namespace