IThemeableChart

StockSharp.Charting

Base interface for all chart components.

Implementiert: IPersistable

Eigenschaften

ChartTheme : string

The name of the graphic theme.

Methoden

CreateData() : IChartDrawData

Create IChartDrawData instance.

Rückgabe: IChartDrawData instance.

Draw(IChartDrawData)

To process the new data.

data
New data.