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
backgroundColoron this surface inistance.Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *backgroundColor;Swift
var backgroundColor: UIColor? { get set } -
Deprecated
Please use
theme:insteadDefines the current theme applied to this
SCIPieChartSurface.Declaration
Objective-C
@property (nonatomic, copy) __deprecated_msg NSString *themeId;Swift
var themeId: String { get set } -
Defines the current theme applied to this
SCIPieChartSurface.Declaration
Objective-C
@property (nonatomic, copy) SCIChartTheme theme;Swift
var theme: SCIChartTheme { get set } -
Defines the collection of ISCIPieRenderableSeries that this
SCIPieChartSurfacedraws.See
SCIPieRenderableSeriesCollectionDeclaration
Objective-C
@property (nonatomic, strong) SCIPieRenderableSeriesCollection *_Nonnull renderableSeries;Swift
var renderableSeries: SCIPieRenderableSeriesCollection { get set } -
Defines the collection of
ISCIPieChartModifierthat thisSCIPieChartSurfaceusesDeclaration
Objective-C
@property (nonatomic, strong) SCIPieChartModifierCollection *_Nonnull chartModifiers;Swift
var chartModifiers: SCIPieChartModifierCollection { get set }
View on GitHub