RadControls for Silverlight

The Refresh mode of an Indicator.

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 IndicatorRefreshMode
Visual Basic
Public Enumeration IndicatorRefreshMode

Members

Member nameValueDescription
Average0 The Indicator shows average value within its refresh rate.
Last1 The Indicator shows last value.
Max2 The Indicator shows maximal value within its refresh rate.
Min3 The Indicator shows minimal value within its refresh rate.

See Also