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
public double XValueAtLeft { get; }
value = i2DArraySegment.XValueAtLeft

X value at left of cell

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

X value at right of cell

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

Y value at bottom of heatmap

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

Y value at top of heatmap

Methods

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

Returns: list of colors in ARGB format

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

Returns: list of 2d data values