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.renderableSeriescollection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIPieRenderableSeriesCollection *renderableSeries;Swift
var renderableSeries: SCIPieRenderableSeriesCollection { get }
View on GitHub