iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIDataSeries3D

@interface SCIDataSeries3D : SCIDataSeriesCore <ISCIDataSeries3D> {
  SCIDataType _xType;
  SCIDataType _yType;
  SCIDataType _zType;
  id<ISCIMath> _xMath;
  id<ISCIMath> _yMath;
  id<ISCIMath> _zMath;
}

Defines a base class for 3D Data Series used by various ISCIRenderableSeries3D.