Class IndicatorRefreshMode
The Refresh mode of an Indicator.
Inheritance
System.Object
IndicatorRefreshMode
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class IndicatorRefreshMode : Enum
Fields
Average
The Indicator shows average value within its refresh rate.
Declaration
public const IndicatorRefreshMode Average
Field Value
IndicatorRefreshMode
|
Last
The Indicator shows last value.
Declaration
public const IndicatorRefreshMode Last
Field Value
IndicatorRefreshMode
|
Max
The Indicator shows maximal value within its refresh rate.
Declaration
public const IndicatorRefreshMode Max
Field Value
IndicatorRefreshMode
|
Min
The Indicator shows minimal value within its refresh rate.
Declaration
public const IndicatorRefreshMode Min
Field Value
IndicatorRefreshMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|