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

ISCIChartSurface3DProvider

@protocol ISCIChartSurface3DProvider <NSObject>

Defines the protocol which allows to get access to parent ISCIChartSurface3D instance.

  • Gets the parent surface that this instance is associated with.

    Declaration

    Objective-C

    @property (nonatomic, weak, readonly, nullable) id<ISCIChartSurface3D> parentSurface;

    Swift

    weak var parentSurface: ISCIChartSurface3D? { get }