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

ISCIChartSurface

@protocol ISCIChartSurface <ISCIChartSurfaceBase, ISCIChartController>

Defines the interface to the SCIChartSurface, which contains a single ISCIRenderSurface viewport for rendering multiple ISCIRenderableSeries, X and Y ISCIAxis instances, and where each ISCIRenderableSeries may have a ISCIDataSeries data source. The SCIChartSurface may have zero or many ISCIAnnotation as well as ISCIChartModifiers to enable interaction with the chart. Where many ISCIChartModifier are used, you may use a SCIModifierGroup to group them.

See

ISCIAxis.