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

ISCIPieDrawingManager

@protocol ISCIPieDrawingManager <ISCIPieDonutDrawingManagerBase>

Defines the interface with helper methods for rendering of pie renderable series.

  • Draws specified pie segments.

    Declaration

    Objective-C

    - (void)drawPieSegments:
                (nonnull NSArray<SCIPieSegmentRenderPassData *> *)segments
        selectedSegmentOffset:(CGFloat)selectedSegmentOffset;

    Parameters

    segments

    The pie segments to draw.

    selectedSegmentOffset

    The offset to apply for selected segments.