
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPieSeriesInfoProvider
@protocol ISCIPieSeriesInfoProvider <ISCIAttachable>
Defines the interface which creates SCIPieSeriesInfo
and tooltips based on SCISeriesInfo
values.
-
Creates
SCISeriesInfo
instance which is attached to currentISCIRenderableSeries
.Declaration
Objective-C
@property (nonatomic, readonly) SCIPieSeriesInfo *_Nonnull seriesInfo;
-
Creates
ISCISeriesTooltip
instance which is attached to currentISCIRenderableSeries
.Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIPieSeriesTooltip> _Nonnull seriesTooltip;
-
Creates
ISCISeriesTooltip
instance for specifiedtooltipId
which is attached to currentISCIRenderableSeries
.Declaration
Objective-C
- (nonnull id<ISCIPieSeriesTooltip>)getSeriesTooltip: (nonnull Class)modifierType;
Parameters
modifierType
The type of modifier for which tooltip will be created.
Return Value
Tooltip instance.