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.
プロパティ
メソッド
GetYRange() : DoubleRange
Gets the min, max range in the Y-Direction
戻り値: A DoubleRange defining the min, max in the Y-direction