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
プロパティ
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