
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieChartSurface
@interface SCIPieChartSurface
: SCILayoutableView <ISCIPieChartSurface, ISCIPropertyHolder,
ISCIInvalidatableElement>
Provides a chart surface which contains a single Pie Chart RenderSurface
viewport.
for rendering multiple ISCIPieRenderableSeries
and where each ISCIPieRenderableSeries
may have
a ISCIPieSegment
in the appropriate SCIPieSegmentCollection
as a source.
The SCIPieChartSurface
may have zero or many ISCIPieChartModifier
to enable interaction with the chart.
See
ISCIPieChartSurfaceSee
ISCIPieSegmentSee
ISCIPieRenderableSeriesSee
ISCIPieChartModifierSee
SCIPieRenderableSeriesSee
SCIDonutRenderableSeries-
Provides a way to set
backgroundColor
on this surface inistance.Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *backgroundColor;
-
Deprecated
Please use
theme:
insteadDefines the current theme applied to this
SCIPieChartSurface
.Declaration
Objective-C
@property (nonatomic, copy) __deprecated_msg("Please use `theme:` instead") NSString *themeId;
-
Defines the current theme applied to this
SCIPieChartSurface
.Declaration
Objective-C
@property (nonatomic, copy) SCIChartTheme theme;
-
Defines the collection of ISCIPieRenderableSeries that this
SCIPieChartSurface
draws.See
SCIPieRenderableSeriesCollectionDeclaration
Objective-C
@property (nonatomic, strong) SCIPieRenderableSeriesCollection *_Nonnull renderableSeries;
-
Defines the collection of
ISCIPieChartModifier
that thisSCIPieChartSurface
usesDeclaration
Objective-C
@property (nonatomic, strong) SCIPieChartModifierCollection *_Nonnull chartModifiers;