iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisTooltip
@interface SCIAxisTooltip : SCITooltipBase <ISCIAxisTooltip>
Defines the axis tooltip used by ISCIChartModifier.
-
Creates a new instance of
SCIAxisTooltipclass.Declaration
Objective-C
- (nonnull instancetype)initWithAxisInfo:(nonnull SCIAxisInfo *)axisInfo;Swift
init(axisInfo: SCIAxisInfo)Parameters
axisInfoThe
SCIAxisInfoinstance. -
Sets the background color for this
ISCISeriesTooltipinstance.Declaration
Objective-C
- (void)setTooltipBackground:(unsigned int)color;Swift
func setTooltipBackground(_ color: UInt32)Parameters
colorInt color which will be used as a
backgroundcolor.
View on GitHub