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

ISCIPieChartSurfaceProvider

@protocol ISCIPieChartSurfaceProvider <NSObject>

Defines the interface which allows to get access to parent ISCIPieChartSurface.

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

    Declaration

    Objective-C

    @property (nonatomic, readonly) id<ISCIPieChartSurface> _Nonnull parentSurface;