iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipModifierBase3D
@interface SCITooltipModifierBase3D : SCIMasterSlaveTouchModifierBase3D
The SCITooltipModifierBase3D is part of the ChartModifier3D API which provides a touch-over templated tooltip, provided by the output of the Hit-Test operation on a ISCIRenderableSeries3D.
-
Defines the
SCISourceModetype of series on which interaction is performed.Declaration
Objective-C
@property (nonatomic) SCISourceMode sourceMode;Swift
var sourceMode: SCISourceMode { get set } -
Defines a value indicating whether to show tooltip or not.
Declaration
Objective-C
@property (nonatomic) BOOL showTooltip;Swift
var showTooltip: Bool { get set }
View on GitHub