Class IndicatorValueMember
This enumeration represents the options to map to in the context of a RadGauge indicator's value when binding fields from a datasource.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class IndicatorValueMember : Enum
Fields
Duration
Field from the datasource will be interpreted as duration of the time period during which indicator has specified value.
Declaration
public const IndicatorValueMember Duration
Field Value
Value
Field from the datasource will be interpreted as indicator's value.
Declaration
public const IndicatorValueMember Value
Field Value
value__
Declaration
public int value__
Field Value
System.
|