Class WaterfallDataSeries3D<TX,TY,TZ>
Defines a 3D Waterfall DataSeries
Inheritance
WaterfallDataSeries3D<TX,TY,TZ>
Implements
com.scichart.charting3d.model.dataSeries.waterfall.IWaterfallDataSeries3DValues<TX,TY,TZ>
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class WaterfallDataSeries3D<TX,TY,TZ> extends dataSeriesUniformGridDataSeries3D<TX,TY,TZ> implements dataSeriesIWaterfallDataSeries3DValues<TX,TY,TZ>
Type Parameters
Name | Description |
---|---|
TX | |
TY | |
TZ |
Constructors
WaterfallDataSeries3D(Class<TX> xType, Class<TY> yType, Class<TZ> zType, int xSize, int zSize)
Creates a new WaterfallDataSeries3D instance
Declaration
public WaterfallDataSeries3D(Class<TX> xType, Class<TY> yType, Class<TZ> zType, int xSize, int zSize)
Parameters
Type | Name | Description |
---|---|---|
Class<TX> | xType | The type of X-Data |
Class<TY> | yType | The type of Y-Data |
Class<TZ> | zType | The type of Z-Data |
int | xSize | The size of the X |
int | zSize | The size of the Z |
Implements
com.scichart.charting3d.model.dataSeries.waterfall.IWaterfallDataSeries3DValues<TX,TY,TZ>