Enum
IndicatorRefreshMode

The Refresh mode of an Indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum IndicatorRefreshMode

Fields

Average

The Indicator shows average value within its refresh rate.

Declaration

cs-api-definition
Average = 0

Field Value

IndicatorRefreshMode

Last

The Indicator shows last value.

Declaration

cs-api-definition
Last = 1

Field Value

IndicatorRefreshMode

Max

The Indicator shows maximal value within its refresh rate.

Declaration

cs-api-definition
Max = 2

Field Value

IndicatorRefreshMode

Min

The Indicator shows minimal value within its refresh rate.

Declaration

cs-api-definition
Min = 3

Field Value

IndicatorRefreshMode

In this article
DefinitionFieldsAverageLastMaxMin
Not finding the help you need?
Contact Support