Point2DSeries

StockSharp.Xaml.Charting.Model.DataSeries

Defines a strongly typed PointSeries of Point2D items, a subset of X,Y data used to render points to the screen

实现: IPoint2DListSeries, IPointSeries

构造函数

Point2DSeries(int)

Initializes a new instance of the Point2DSeries class.

capacity
The capacity.

属性

Count : int

Gets the count of the PointSeries

方法

Freeze()

Freezes this instance, enables caching of inner arrays

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

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