New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class IndicatorValueMapping

Inheritance: objectIndicatorValueMapping

Constructors

Initializes a new instance of the IndicatorValueMapping class.

C#
public IndicatorValueMapping()

Initializes a new instance of the IndicatorValueMapping class.

C#
public IndicatorValueMapping(string fieldName, IndicatorValueMember valueMember)
Parameters:fieldNamestring

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

valueMemberIndicatorValueMember

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

Properties

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

C#
public string FieldName { get; set; }

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

C#
public IndicatorValueMember ValueMember { get; set; }