wpf-devexpress-dot-xpf-dot-gauges-dot-linearscaleindicatorcollection-1.md
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
public class LinearScaleIndicatorCollection<T> :
ValueIndicatorCollection<T>
where T : LinearScaleIndicator
Public Class LinearScaleIndicatorCollection(Of T As LinearScaleIndicator)
Inherits ValueIndicatorCollection(Of T)
| Name |
|---|
| T |
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.)
Show 13 items
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> ValueIndicatorCollection<T> LinearScaleIndicatorCollection<T> LinearScaleLevelBarCollection
See Also