IDataSeries3D<TX,TY,TZ> Interface
Defines the base interface to a 3D DataSeries which provides a data-source for com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D
Syntax
public interface IDataSeries3D<TX,TY,TZ> implements com.scichart.charting.model.dataSeries.IDataSeriesCore |
Type Parameters
- TX
- The type of the X-Data
- TY
- The type of the Y-Data
- TZ
- The type of the Z-Data
See Also