I2DArraySegment

StockSharp.Xaml.Charting.Model.DataSeries

特定のX座標の2Dデータの一部を表現する 2Dデータから選択した縦ピクセルのリストを特定のXインデックスに表示する

実装: IPoint

プロパティ

XValueAtLeft
public double XValueAtLeft { get; }
value = i2DArraySegment.XValueAtLeft

セルの左にあるX値

XValueAtRight
public double XValueAtRight { get; }
value = i2DArraySegment.XValueAtRight

セルの右にあるX値

YValueAtBottom
public double YValueAtBottom { get; }
value = i2DArraySegment.YValueAtBottom

ヒートマップの下部にY値

YValueAtTop
public double YValueAtTop { get; }
value = i2DArraySegment.YValueAtTop

ヒートマップの上部にY値

メソッド

GetVerticalPixelsArgb
public IList<int> GetVerticalPixelsArgb(DoubleToColorMappingSettings mappingSettings)
result = i2DArraySegment.GetVerticalPixelsArgb(mappingSettings)

戻り値: ARGB形式の色のリスト

GetVerticalPixelValues
public IList<double> GetVerticalPixelValues()
result = i2DArraySegment.GetVerticalPixelValues()

戻り値: 2d のデータ値のリスト