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

Implements: IPoint2DListSeries, IPointSeries

Constructors

Point2DSeries(int)

Initializes a new instance of the Point2DSeries class.

capacity
The capacity.

Properties

Count : int

Gets the count of the PointSeries

Methods

Freeze()

Freezes this instance, enables caching of inner arrays

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

Returns: A DoubleRange defining the min, max in the Y-direction