GenericPointSeriesBase

StockSharp.Xaml.Charting.Model.DataSeries

A generic abstract base class to store IPoint instances, used as the resampling output of higher-order DataSeries, e.g. XyyPointSeries, XyzPointSeries

实现: IGenericPointSeries<T>, IPointSeries

属性

Count : int

Gets the number of IPoint points that this series contains

Item : IPoint

Gets or sets the IPoint at the specified index.

index
The index.
XValues : IUltraList<double>

Gets the Raw X-Values for the PointSeries

YPoints : IPointSeries

Gets the y points.

YValues : IUltraList<double>

Gets the Raw Y-Values for the PointSeries

方法

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

返回值: A DoubleRange defining the min, max in the Y-direction