I2DArraySegment
StockSharp.Xaml.Charting.Model.DataSeries
Represents part of 2D data for a specific X coordinate Provides list of vertical pixels selected from 2D data for a specific X index
Implements: IPoint
Properties
XValueAtLeft : double
X value at left of cell
XValueAtRight : double
X value at right of cell
YValueAtBottom : double
Y value at bottom of heatmap
YValueAtTop : double
Y value at top of heatmap
Methods
GetVerticalPixelsArgb(DoubleToColorMappingSettings) : IList<int>
Returns: list of colors in ARGB format
GetVerticalPixelValues() : IList<double>
Returns: list of 2d data values