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

SCIPieChartRenderedMessage

@interface SCIPieChartRenderedMessage : SCILoggedMessage

Published by SCIPieChartRenderSurface immediately before the end of a render pass.

  • Gets or sets the CGContextRef instance for current render pass.

    Declaration

    Objective-C

    @property (nonatomic, nullable) CGContextRef context;

    Swift

    var context: CGContext? { get set }