Class IndicatorCacheCollection
Inheritance
System.Object
IndicatorCacheCollection
Inherited Members
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.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class IndicatorCacheCollection
Constructors
IndicatorCacheCollection()
Declaration
public IndicatorCacheCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Item[Int32]
Declaration
public double this[int key] { get; set; }
Parameters
System.Int32
key
|
Property Value
System.Double
|
Methods
Add(Int32, Double)
Declaration
public void Add(int key, double value)
Parameters
System.Int32
key
|
System.Double
value
|
Clear()
Declaration
public void Clear()
Contains(Object)
Declaration
public bool Contains(object key)
Parameters
System.Object
key
|
Returns
System.Boolean
|