
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieDonutRenderableSeriesBase
@interface SCIPieDonutRenderableSeriesBase
: SCIRenderableSeriesCore <ISCIPieRenderableSeries>
Defines the Base class for for renderable series which are used within SCIPieChartSurface
.
-
Gets the collection of
ISCIPieSegment
that this instance ofISCIPieRenderableSeries
draws.Declaration
Objective-C
@property (nonatomic, strong) SCIPieSegmentCollection *_Nonnull segmentsCollection;
-
Constructor for
SCIPieDonutRenderableSeriesBase
.Declaration
Objective-C
- (nonnull instancetype) initWithCurrentRenderPassData: (nonnull id<ISCIPieDonutRenderPassData>)currentRenderPassData andHitProvider: (nonnull id<ISCIPieChartHitProvider>)hitProvider;
Parameters
currentRenderPassData
The render pass data instance.
hitProvider
The hit provider instance.