The Refresh mode of an Indicator.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum IndicatorRefreshMode
Fields
The Indicator shows average value within its refresh rate.
C#
Average = 0
The Indicator shows last value.
C#
Last = 1
The Indicator shows maximal value within its refresh rate.
C#
Max = 2
The Indicator shows minimal value within its refresh rate.
C#
Min = 3