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
SCIAxisInfofor current tooltip.Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) SCIAxisInfo *axisInfo;Swift
var axisInfo: SCIAxisInfo { get } -
Updates tooltips with specified
updateAction.Declaration
Objective-C
- (void)updateTooltipWithAction: (nonnull SCIUpdateAxisTooltipAction)updateAction;Swift
func update(action updateAction: @escaping SCIUpdateAxisTooltipAction)Parameters
updateActionThe action which updated this tooltip
View on GitHub