IThemeableChart

StockSharp.Charting

Base interface for all chart components.

Implements: IPersistable

Properties

ChartTheme
public string ChartTheme { get; set; }
value = iThemeableChart.ChartTheme
iThemeableChart.ChartTheme = value

The name of the graphic theme.

Methods

CreateData
public IChartDrawData CreateData()
result = iThemeableChart.CreateData()

Create IChartDrawData instance.

Returns: IChartDrawData instance.

Draw
public void Draw(IChartDrawData data)
iThemeableChart.Draw(data)

To process the new data.

data
New data.