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
public Point2DSeries(int capacity)
point2DSeries = Point2DSeries(capacity)

Initializes a new instance of the Point2DSeries class.

capacity
The capacity.

Properties

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

Gets the count of the PointSeries

Methods

Freeze
public void Freeze()
point2DSeries.Freeze()

Freezes this instance, enables caching of inner arrays

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

Gets the min, max range in the Y-Direction

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