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

SCIDataSeries

@interface SCIDataSeries : SCIDataSeriesCore <ISCIDataSeries> {
  SCIDataType _xType;
  SCIDataType _yType;
  id<ISCIMath> _xMath;
  id<ISCIMath> _yMath;
}

A generic abstract base class which defines a generic DataSeries.