Heatmap2DArrayDataSeries

StockSharp.Xaml.Charting.Model.DataSeries

Represents static 2D array as IDataSeries to be displayed by FastHeatmapRenderableSeries Converts data into color

Implements: IDataSeries<T, T>, IDataSeries, ISuspendable, IHeatmap2DArrayDataSeriesInternal, IHeatmap2DArrayDataSeries

Constructors

Heatmap2DArrayDataSeries(T, Func<int, T>, Func<int, T>)

Creates an instance of Heatmap2dArrayDataSeries from 2D array

array2D
2D array with data. First dimension is considered as Y, second one is X
xMapping
Delegate which returns X value for X index in 2D array
yMapping
Delegate which returns Y value for Y index in 2D array

Properties

LatestYValue : IComparable

Gets the latest Y-Value of the DataSeries

XType : Type

Gets the Type of X-data points in this DataSeries. Used to check compatibility with Axis types

YType : Type

Gets the Type of Y-data points in this DataSeries. Used to check compatibility with Axis types

Methods

GetIndex``1(Func<int, T>, double, int)

Reverse mapping