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 ChartViewIndicatorCache

Inheritance: objectChartViewIndicatorCache

Constructors

C#
public ChartViewIndicatorCache()

Properties

C#
public IndicatorCacheCollection this[byte key] { get; set; }
Parameters:keybyte

Methods

Adds the specified key.

C#
public void Add(byte key, IndicatorCacheCollection collection)
Parameters:keybyte

The key.

collectionIndicatorCacheCollection

The collection.

Clears the cache.

C#
public void Clear()