Enum IndicatorRefreshMode
The Refresh mode of an Indicator.
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum IndicatorRefreshMode
Average
The Indicator shows average value within its refresh rate.
Last
The Indicator shows last value.
Max
The Indicator shows maximal value within its refresh rate.
Min
The Indicator shows minimal value within its refresh rate.