XyzPointSeries

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 XyzPointSeries specifically is used when resampling and rendering points for an XyzDataSeries any other series-type which requires one X-value, Y-value and Z-value

継承元: GenericPointSeriesBase<XyySeriesPoint>

コンストラクター

XyzPointSeries(IPointSeries, IPointSeries)

Initializes a new instance of the XyzPointSeries class.

yPoints
The y points.
zPoints
The z 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.
YPoints : IPointSeries

Gets the Y points.

ZPoints : IPointSeries

Gets the y1 points.

メソッド

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

戻り値: A DoubleRange defining the min, max in the Y-direction