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
Inherits: GenericPointSeriesBase<XyySeriesPoint>
Constructors
XyzPointSeries(IPointSeries, IPointSeries)
Initializes a new instance of the XyzPointSeries class.
- yPoints
- The y points.
- zPoints
- The z points.
Properties
YPoints : IPointSeries
Gets the Y points.
ZPoints : IPointSeries
Gets the y1 points.
Methods
GetYRange() : DoubleRange
Gets the min, max range in the Y-Direction
Returns: A DoubleRange defining the min, max in the Y-direction