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

Реализует: IPoint

Свойства

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

Методы

GetVerticalPixelsArgb(DoubleToColorMappingSettings) : IList<int>

Возвращает: list of colors in ARGB format

GetVerticalPixelValues() : IList<double>

Возвращает: list of 2d data values