IPointSeries

StockSharp.Xaml.Charting.Model.DataSeries

定义用于向屏幕提供点数的 X,Y 数据子集 IPoint 的界面

属性

Count
public int Count { get; }
value = iPointSeries.Count

Gets the count of the PointSeries

Item
public IPoint Item { get; }
value = iPointSeries.Item

获取指定索引的 IPoint, 将 X, Y 和更高顺序值合并成单个点

XValues
public IUltraList<double> XValues { get; }
value = iPointSeries.XValues

获取 & ## #PointSeries # # 的 Raw X- Valees 版本

YValues
public IUltraList<double> YValues { get; }
value = iPointSeries.YValues

获得 & # #PointSeries # # 的 Raw Y 值

方法

GetYRange
public DoubleRange GetYRange()
result = iPointSeries.GetYRange()

获取 Y 方向的最大范围

返回值: 定义分数的 DoubleRange, Y 方向的最大值