IXyzDataSeries
StockSharp.Xaml.Charting.Model.DataSeries
Provides the interface to a to hold X,Y,Z values. Used as a data-source for the , if this DataSeries is assigned to any other X-Y type, then the X-Y values will be rendered (Z ignored).
Implements: IDataSeries, ISuspendable
Properties
ZValues
public IList ZValues { get; }
value = iXyzDataSeries.ZValues
Gets the Z Values as a list of IComparable