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 数据值列表