Interface IXyzDataSeriesValues<TX,TY,TZ>
Defines the interface to an Xyz DataSeries values, a series containing X, Y and z data-points.
Implements
com.scichart.charting.model.dataSeries.IXyDataSeriesValues<TX,TY>
Namespace:
Assembly: .dll
Syntax
public interface IXyzDataSeriesValues<TX,TY,TZ> extends dataSeries.IXyDataSeriesValues<TX,TY>
Type Parameters
| Name | Description |
|---|---|
| TX | |
| TY | |
| TZ |
Methods
getZValues()
Gets the Z Values of this series
Declaration
public abstract ISciList<TZ> getZValues()
Returns
| Type | Description |
|---|---|
| ISciList<TZ> | The Z Values of this series |
Implements
com.scichart.charting.model.dataSeries.IXyDataSeriesValues<TX,TY>