Holds the list of IndicatorValueMapping items that constitute the data mappings for a indicator's value source.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class IndicatorValueMappingCollection : RadObservableCollection<IndicatorValueMapping>, IList<IndicatorValueMapping>, ICollection<IndicatorValueMapping>, IList, ICollection, IReadOnlyList<IndicatorValueMapping>, IReadOnlyCollection<IndicatorValueMapping>, IEnumerable<IndicatorValueMapping>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectCollection<IndicatorValueMapping>ObservableCollection<IndicatorValueMapping>RadObservableCollection<IndicatorValueMapping>IndicatorValueMappingCollection
Implements:
Inherited Members
Constructors
C#
public IndicatorValueMappingCollection()