RadControls for Silverlight

Holds the list of IndicatorValueMapping items that constitute the data mappings for a indicator's value source.

Namespace: Telerik.Windows.Controls.Gauges
Assembly: Telerik.Windows.Controls.Gauge (in Telerik.Windows.Controls.Gauge.dll) Version: 2013.1.403.1050

Syntax

C#
public class IndicatorValueMappingCollection : RadObservableCollection<IndicatorValueMapping>
Visual Basic
Public Class IndicatorValueMappingCollection _
	Inherits RadObservableCollection(Of IndicatorValueMapping)

Inheritance Hierarchy

See Also