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;Swift
func drawPieSegments(_ segments: [SCIPieSegmentRenderPassData], selectedSegmentOffset: CGFloat)Parameters
segmentsThe pie segments to draw.
selectedSegmentOffsetThe offset to apply for selected segments.
View on GitHub