Class HeatmapChart
- Namespace
- StockSharp.Xaml.Charting
- Assembly
- StockSharp.Xaml.Charting.dll
The graphical component to display the heatmap.
public class HeatmapChart : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
HeatmapChart
- Implements
- Inherited Members
- Extension Methods
Constructors
HeatmapChart()
Initializes a new instance of the HeatmapChart.
public HeatmapChart()
Methods
Clear()
Clear chart.
public void Clear()
Draw(string[], string[], double[,])
Draw chart values.
public void Draw(string[] xTitles, string[] yTitles, double[,] data)
Parameters
InitializeComponent()
InitializeComponent
public void InitializeComponent()