iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipBehavior3D
@interface SCITooltipBehavior3D<T : id <ISCIChartModifier3D>>
: SCITooltipBehaviorBase3D <T> <ISCISeriesTooltipCallback>
Provides a tooltip behavior for ISCIChartModifier3D implementors.
Note
T is the type of modifier to which this behavior will be attached.
-
Creates a new instance of
SCITooltipBehavior3Dclass.Declaration
Objective-C
- (nonnull instancetype)initWithModifierType:(nonnull Class)modifierType tooltipContainer:(nonnull id<ISCITooltipContainer>) tooltipContainer;Swift
init(modifierType: AnyClass, tooltipContainer: any ISCITooltipContainer)Parameters
modifierTypeThe type of the associated
ISCIChartModifier3D.tooltipContainerThe tooltip container.
-
Defines the position of the tooltip related to the current touch point.
Declaration
Objective-C
@property (nonatomic) SCITooltipPosition tooltipPosition;Swift
var tooltipPosition: SCITooltipPosition { get set }
View on GitHub