XyzDataSeries3D<TX,TY,TZ> Class
Defines 3D XyzDataSeries
Object Model

Syntax
public class XyzDataSeries3D<TX,TY,TZ> extends com.scichart.charting3d.model.dataSeries.DataSeries3D<TX,TY,TZ> implements IXyzDataSeries3D<TX,TY,TZ> |
Type Parameters
- TX
- The type of the X-Data
- TY
- The type of the Y-Data
- TZ
- The type of the Z-Data
Inheritance Hierarchy
java.lang.Object
com.scichart.charting.model.dataSeries.DataSeriesCore
com.scichart.charting3d.model.dataSeries.DataSeries3D<TX,TY,TZ>
com.scichart.charting3d.model.dataSeries.xyz.XyzDataSeries3D<TX,TY,TZ>
See Also