Class
IndicatorValueMapping

This class represents an individual mapping between a field from the RadGauge indicator's ValueSource and the IndicatorValueMember member that should be mapped to it.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class IndicatorValueMapping

Inheritance: objectIndicatorValueMapping

Constructors

IndicatorValueMapping()

Initializes a new instance of the IndicatorValueMapping class.

Declaration

cs-api-definition
public IndicatorValueMapping()

IndicatorValueMapping(string, IndicatorValueMember)

Initializes a new instance of the IndicatorValueMapping class.

Declaration

cs-api-definition
public IndicatorValueMapping(string fieldName, IndicatorValueMember valueMember)

Parameters

fieldName

string

Field name in the context of the ValueSource the chart is bound to.

valueMember

IndicatorValueMember

The IndicatorValueMember member that should be mapped to the data field from the ValueSource.

Properties

FieldName

Gets or sets a field name in the context of the datasource the indicator is bound to.

Declaration

cs-api-definition
public string FieldName { get; set; }

Property Value

string

ValueMember

The IndicatorValueMember member that should be mapped to the data field from the ValueSource.

Declaration

cs-api-definition
public IndicatorValueMember ValueMember { get; set; }

Property Value

IndicatorValueMember