XyyPointSeries
StockSharp.Xaml.Charting.Model.DataSeries
内部概念 - IPointSeries は、レンダリング直前に再サンプルされたデータを表す ISeriesPointのシーケンスを提供します。 XyyPointSeriesは、FastBandRenderableSeriesのリサンプリングとレンダリングポイント、または 1 つの X-value と 2 つの Y 値を必要とする他のシリーズ タイプを使用されます。
継承元: GenericPointSeriesBase<XyySeriesPoint>
コンストラクター
XyyPointSeries
public XyyPointSeries(IPointSeries yPoints, IPointSeries y1Points)
xyyPointSeries = XyyPointSeries(yPoints, y1Points)
XyyPointSeriesクラスの新しいインスタンスを初期化します。
- yPoints
- y ポイント.
- y1Points
- y1 ポイント.
プロパティ
Item
public override IPoint Item { get; }
value = xyyPointSeries.Item
指定したインデックスで IPoint を取得します。
- index
- インデックス。
メソッド
GetYRange
public override DoubleRange GetYRange()
result = xyyPointSeries.GetYRange()
Y方向の最小値、最大値を取得します。
戻り値: A DoubleRange 最小値を定義する Y 方向