
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIAxisTooltip
@protocol ISCIAxisTooltip <ISCITooltip, ISCIAxisInfoUpdatable, ISCIThemeable>
Defines protocol which represent tooltip which can be placed on ISCIAxis
.
-
Gets the underlying
SCIAxisInfo
for current tooltip.Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) SCIAxisInfo *axisInfo;
-
Updates tooltips with specified
updateAction
.Declaration
Objective-C
- (void)updateTooltipWithAction: (nonnull SCIUpdateAxisTooltipAction)updateAction;
Parameters
updateAction
The action which updated this tooltip