
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIRenderSurface3D
@protocol ISCIRenderSurface3D <ISCIRenderSurfaceBase>
Common interface for a RenderSurface 3D.
-
Gets the
ISCIViewport3D
associated with this render surface.Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIViewport3D> _Nonnull viewport;
-
Gets or sets the
ISCIRenderSurface3DRenderer
which is used to render content of thisISCIRenderSurface3D
.Declaration
Objective-C
@property (nonatomic, weak, nullable) id<ISCIRenderSurface3DRenderer> renderer;