Class
ChartViewIndicatorCache

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class ChartViewIndicatorCache

Inheritance: objectChartViewIndicatorCache

Constructors

ChartViewIndicatorCache()

Declaration

cs-api-definition
public ChartViewIndicatorCache()

Properties

this[byte]

Declaration

cs-api-definition
public IndicatorCacheCollection this[byte key] { get; set; }

Parameters

key

byte

Property Value

IndicatorCacheCollection

Methods

Add(byte, IndicatorCacheCollection)

Adds the specified key.

Declaration

cs-api-definition
public void Add(byte key, IndicatorCacheCollection collection)

Parameters

key

byte

The key.

collection

IndicatorCacheCollection

The collection.

Clear()

Clears the cache.

Declaration

cs-api-definition
public void Clear()