Table of Contents

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

xTitles string[]

Titles on X axis.

yTitles string[]

Titles on Y axis.

data double[,]

Values.

InitializeComponent()

InitializeComponent

public void InitializeComponent()