Class IndicatorValueMapping
This class represents an individual mapping between a field from the RadGauge indicator's ValueSource and
the Indicator
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IndicatorValueMapping : Object
Constructors
IndicatorValueMapping()
Initializes a new instance of the Indicator
Declaration
public IndicatorValueMapping()
IndicatorValueMapping(String, IndicatorValueMember)
Initializes a new instance of the Indicator
Declaration
public IndicatorValueMapping(string fieldName, IndicatorValueMember valueMember)
Parameters
System. Field name in the context of the ValueSource the chart is bound to. |
Indicator The Indicator |
Properties
FieldName
Gets or sets a field name in the context of the datasource the indicator is bound to.
Declaration
public string FieldName { get; set; }
Property Value
System.
|
ValueMember
The Indicator
Declaration
public IndicatorValueMember ValueMember { get; set; }