New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class IndicatorCacheCollection

Inheritance: objectIndicatorCacheCollection

Constructors

C#
public IndicatorCacheCollection()

Properties

C#
public int Count { get; }
C#
public double this[int key] { get; set; }
Parameters:keyint

Methods

C#
public void Add(int key, double value)
Parameters:keyintvaluedouble
C#
public void Clear()
C#
public bool Contains(object key)
Parameters:keyobjectReturns:

bool