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
ISCIPieSegmentthat this instance ofISCIPieRenderableSeriesdraws.Declaration
Objective-C
@property (nonatomic, strong) SCIPieSegmentCollection *_Nonnull segmentsCollection;Swift
var segmentsCollection: SCIPieSegmentCollection { get set } -
Constructor for
SCIPieDonutRenderableSeriesBase.Declaration
Objective-C
- (nonnull instancetype) initWithCurrentRenderPassData: (nonnull id<ISCIPieDonutRenderPassData>)currentRenderPassData andHitProvider: (nonnull id<ISCIPieChartHitProvider>)hitProvider;Swift
init(currentRenderPassData: any ISCIPieDonutRenderPassData, andHitProvider hitProvider: any ISCIPieChartHitProvider)Parameters
currentRenderPassDataThe render pass data instance.
hitProviderThe hit provider instance.
View on GitHub