HeatmapChart

StockSharp.Xaml.Charting

The graphical component to display the heatmap.

Inherits: UserControl

Implements: IComponentConnector

Constructors

HeatmapChart
public HeatmapChart()
heatmapChart = HeatmapChart()

Initializes a new instance of the HeatmapChart.

Methods

Clear
public void Clear()
heatmapChart.Clear()

Clear chart.

Draw(string[], string[], Double[0:,0:])

Draw chart values.

xTitles
Titles on X axis.
yTitles
Titles on Y axis.
data
Values.
InitializeComponent
public void InitializeComponent()
heatmapChart.InitializeComponent()

InitializeComponent