I2DArraySegment
StockSharp.Xaml.Charting.Model.DataSeries
特定のX座標の2Dデータの一部を表現する 2Dデータから選択した縦ピクセルのリストを特定のXインデックスに表示する
実装: IPoint
プロパティ
YValueAtBottom
public double YValueAtBottom { get; }
value = i2DArraySegment.YValueAtBottom
ヒートマップの下部にY値
メソッド
GetVerticalPixelsArgb
public IList<int> GetVerticalPixelsArgb(DoubleToColorMappingSettings mappingSettings)
result = i2DArraySegment.GetVerticalPixelsArgb(mappingSettings)
戻り値: ARGB形式の色のリスト
GetVerticalPixelValues
public IList<double> GetVerticalPixelValues()
result = i2DArraySegment.GetVerticalPixelValues()
戻り値: 2d のデータ値のリスト