Class IndicatorRefreshTimer
Indicator's refresh timer.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<System.Double>
IndicatorRefreshTimer
Inherited Members
System.Collections.ObjectModel.Collection<System.Double>.Add(System.Double)
System.Collections.ObjectModel.Collection<System.Double>.Clear()
System.Collections.ObjectModel.Collection<System.Double>.CopyTo(System.Double[], System.Int32)
System.Collections.ObjectModel.Collection<System.Double>.Contains(System.Double)
System.Collections.ObjectModel.Collection<System.Double>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Double>.IndexOf(System.Double)
System.Collections.ObjectModel.Collection<System.Double>.Insert(System.Int32, System.Double)
System.Collections.ObjectModel.Collection<System.Double>.Remove(System.Double)
System.Collections.ObjectModel.Collection<System.Double>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.Double>.ClearItems()
System.Collections.ObjectModel.Collection<System.Double>.InsertItem(System.Int32, System.Double)
System.Collections.ObjectModel.Collection<System.Double>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<System.Double>.SetItem(System.Int32, System.Double)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<System.Double>.Count
System.Collections.ObjectModel.Collection<System.Double>.Items
System.Collections.ObjectModel.Collection<System.Double>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.Generic.ICollection<System.Double>.IsReadOnly
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<System.Double>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IndicatorRefreshTimer : Collection<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable
Constructors
IndicatorRefreshTimer(GraphicIndicator)
Initializes a new instance of the IndicatorRefreshTimer class.
Declaration
public IndicatorRefreshTimer(GraphicIndicator indicator)
Parameters
GraphicIndicator
indicator
Gauge indicator. |