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
Erbt von: GenericPointSeriesBase<XyySeriesPoint>
Konstruktoren
XyzPointSeries(IPointSeries, IPointSeries)
Initializes a new instance of the XyzPointSeries class.
- yPoints
- The y points.
- zPoints
- The z points.
Eigenschaften
YPoints : IPointSeries
Gets the Y points.
ZPoints : IPointSeries
Gets the y1 points.
Methoden
GetYRange() : DoubleRange
Gets the min, max range in the Y-Direction
Rückgabe: A DoubleRange defining the min, max in the Y-direction