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