
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPieChartModifier
@protocol ISCIPieChartModifier <ISCIChartModifierCore,
ISCIPieChartSurfaceChangeListener,
ISCIPieChartSurfaceProvider>
Defines the interface to a SCIPieChartModifierBase
, which can be used to extend the interactivity or rendering of the ISCIPieChartSurface
-
Gets the parent
SCIPieChartSurface.renderableSeries
collection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIPieRenderableSeriesCollection *renderableSeries;