Interface IThemeableChart
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
Base interface for all chart components.
public interface IThemeableChart : IPersistable- Inherited Members
- Extension Methods
Properties
ChartTheme
The name of the graphic theme.
string ChartTheme { get; set; }Property Value
Methods
CreateData()
Create IChartDrawData instance.
IChartDrawData CreateData()Returns
- IChartDrawData
- IChartDrawData instance. 
Draw(IChartDrawData)
To process the new data.
void Draw(IChartDrawData data)Parameters
- dataIChartDrawData
- New data.