Class
IndicatorRefreshTimer

Indicator's refresh timer.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class IndicatorRefreshTimer : Collection<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable

Inheritance: objectCollection<double>IndicatorRefreshTimer

Implements: ICollectionICollection<double>IEnumerableIEnumerable<double>IListIList<double>IReadOnlyCollection<double>IReadOnlyList<double>

Inherited Members Collection<double>.Add(double)Collection<double>.Clear()Collection<double>.CopyTo(double[], int)Collection<double>.Contains(double)Collection<double>.GetEnumerator()Collection<double>.IndexOf(double)Collection<double>.Insert(int, double)Collection<double>.Remove(double)Collection<double>.RemoveAt(int)Collection<double>.ClearItems()Collection<double>.InsertItem(int, double)Collection<double>.RemoveItem(int)Collection<double>.SetItem(int, double)Collection<double>.CountCollection<double>.ItemsCollection<double>.this[int]

Constructors

IndicatorRefreshTimer(GraphicIndicator)

Initializes a new instance of the IndicatorRefreshTimer class.

Declaration

cs-api-definition
public IndicatorRefreshTimer(GraphicIndicator indicator)

Parameters

indicator

GraphicIndicator

Gauge indicator.