iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipBehaviorBase3D
@interface SCITooltipBehaviorBase3D<__covariant T : id <ISCIChartModifier3D>>
: SCIModifierBehavior <T>
Defines a base class with tooltip behavior for ISCIChartModifier3D implementors.
Note
T is the type of modifier to which this behavior will be attached.
-
Provides default cursor offset in x-y direction.
Declaration
Objective-C
@property (class, nonatomic, readonly) float CursorXyOffset;Swift
class var cursorXyOffset: Float { get } -
Defines the
SCIObservableCollectionof renderable series which will take part in interaction.Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIObservableCollection<id<ISCIRenderableSeries3D>> *observableSeries;Swift
var observableSeries: SCIObservableCollection<any ISCIRenderableSeries3D>? { get set } -
Gets or sets the
SCISourceModetype of series on which interaction is performed.Declaration
Objective-C
@property (nonatomic) SCISourceMode sourceMode;Swift
var sourceMode: SCISourceMode { get set }
View on GitHub