
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieSegmentSelectionModifier
@interface SCIPieSegmentSelectionModifier : SCIPieChartGestureModifierBase
The SCIPieSegmentSelectionModifier
provides the ability to select SCIPieRenderableSeries
or SCIDonutRenderableSeries
segments via a Chart Modifier.
-
Gets or sets a
ISCIStyle
for the selectedISCIPieSegment
.Declaration
Objective-C
@property (nonatomic, strong) id<ISCIStyle> _Nonnull selectedSegmentStyle;