
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIDonutDrawingManager
@protocol ISCIDonutDrawingManager <ISCIPieDonutDrawingManagerBase>
Defines the interface with helper methods for rendering of donut renderable series.
-
Draws specified donut segments.
Declaration
Objective-C
- (void)drawDonutSegments: (nonnull NSArray<SCIPieSegmentRenderPassData *> *)segments selectedSegmentOffset:(CGFloat)selectedSegmentOffset;
Parameters
segments
The donut segments to draw.
selectedSegmentOffset
The offset to apply for selected segments.