Back to Devexpress

LinearScaleIndicatorCollection<T> Class

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

latest2.8 KB
Original Source

LinearScaleIndicatorCollection<T> Class

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Type Parameters

Name
T

Remarks

The LinearScaleIndicatorCollection<T> class serves as the base for all other collections that store linear scale indicators (e.g. the LinearScaleLevelBarCollection returned by the LinearScale.LevelBars property, LinearScaleMarkerCollection returned by the LinearScale.Markers property, etc.)

Inheritance

Show 13 items

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

LinearScaleMarkerCollection

LinearScaleRangeBarCollection

See Also

LinearScaleIndicatorCollection<T> Members

DevExpress.Xpf.Gauges Namespace