iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIChartSurfaceProvider
@protocol ISCIChartSurfaceProvider <NSObject>
Defines the interface which allows to get access to parent ISCIChartSurface
instance.
-
Gets the parent surface that this instance is associated with.
Declaration
Objective-C
@property (nonatomic, weak, readonly, nullable) id<ISCIChartSurface> parentSurface;
Swift
weak var parentSurface: ISCIChartSurface? { get }