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
Erbt von: GenericPointSeriesBase<BoxSeriesPoint>
Konstruktoren
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.
Eigenschaften
Methoden
GetYRange() : DoubleRange
Gets the min, max range in the Y-Direction
Rückgabe: A DoubleRange defining the min, max in the Y-direction