RadControls for Silverlight

This enumeration represents the options to map to in the context of a RadGauge indicator's value when binding fields from a datasource.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.1050

Syntax

C#
public enum IndicatorValueMember
Visual Basic
Public Enumeration IndicatorValueMember

Members

Member nameValueDescription
Value0 Field from the datasource will be interpreted as indicator's value.
Duration1 Field from the datasource will be interpreted as duration of the time period during which indicator has specified value.

See Also