IPointSeries

StockSharp.Xaml.Charting.Model.DataSeries

Defines the interface to a collection of IPoint, a subset of X,Y data used to render points to the screen

Properties

Count : int

Gets the count of the PointSeries

Item : IPoint

Gets the IPoint at the specified index, which merges the X,Y and higher order values into a single point

XValues : IUltraList<double>

Gets the Raw X-Values for the PointSeries

YValues : IUltraList<double>

Gets the Raw Y-Values for the PointSeries

Methods

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

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