BoxPointSeries

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 BoxPointSeries specifically is used when resampling and rendering Box Plot points

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

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

BoxPointSeries(IPointSeries, IPointSeries, IPointSeries, IPointSeries, IPointSeries)

Initializes a new instance of the BoxPointSeries class.

yPoints
The resampled y points.
minPoints
The resampled min points.
lowerPoints
The resampled lower quartile points.
upperPoints
The resampled upper quartile points.
maxPoints
The max 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.

Методы

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

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