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