XyyPointSeries

StockSharp.Xaml.Charting.Model.DataSeries

An internal concept - the IPointSeries provides a sequence of ISeriesPoint derived types, which represent resampled data immediately before rendering. The XyyPointSeries specifically is used when resampling and rendering points for FastBandRenderableSeries, or any other series-type which requires one X-value and two Y-values

Наследует: GenericPointSeriesBase<XyySeriesPoint>

Конструкторы

XyyPointSeries(IPointSeries, IPointSeries)

Initializes a new instance of the XyyPointSeries class.

yPoints
The y points.
y1Points
The y1 points.

Свойства

Count : int

Gets the number of IPoint points that this series contains

Item : IPoint

Gets the IPoint at the specified index.

index
The index.
Y1Points : IPointSeries

Gets the y1 points.

YPoints : IPointSeries

Gets the Y points.

Методы

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

Возвращает: A DoubleRange defining the min, max in the Y-direction