BoxPointSeries
StockSharp.Xaml.Charting.Model.DataSeries
内部概念 - IPointSeries は、レンダリング直前に再サンプルされたデータを表す ISeriesPointのシーケンスを提供します。 特に、Box Plot のポイントを再サンプリングし、レンダリングするときに BoxPointSeriesが使用されます。
継承元: GenericPointSeriesBase<BoxSeriesPoint>
コンストラクター
BoxPointSeries
public BoxPointSeries(IPointSeries yPoints, IPointSeries minPoints, IPointSeries lowerPoints, IPointSeries upperPoints, IPointSeries maxPoints)
boxPointSeries = BoxPointSeries(yPoints, minPoints, lowerPoints, upperPoints, maxPoints)
BoxPointSeriesクラスの新しいインスタンスを初期化します。
- yPoints
- 再サンプルされたyポイント。
- minPoints
- 再サンプルされた分ポイント。
- lowerPoints
- 再サンプルされたより低いquartileポイント。
- upperPoints
- 再サンプルされた上部の象眼細工ポイント。
- maxPoints
- 最大のポイント。
プロパティ
Item
public override IPoint Item { get; }
value = boxPointSeries.Item
指定したインデックスで IPoint を取得します。
- index
- インデックス。
メソッド
GetYRange
public override DoubleRange GetYRange()
result = boxPointSeries.GetYRange()
Y方向の最小値、最大値を取得します。
戻り値: A DoubleRange 最小値を定義する Y 方向