Indicator's refresh timer.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class IndicatorRefreshTimer : Collection<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable
Inheritance: objectCollection<double>IndicatorRefreshTimer
Implements:
Inherited Members
Constructors
Initializes a new instance of the IndicatorRefreshTimer class.
C#
public IndicatorRefreshTimer(GraphicIndicator indicator)
Gauge indicator.