
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;
-
Defines the
SCIObservableCollection
of renderable series which will take part in interaction.Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIObservableCollection<id<ISCIRenderableSeries3D>> *observableSeries;
-
Gets or sets the
SCISourceMode
type of series on which interaction is performed.Declaration
Objective-C
@property (nonatomic) SCISourceMode sourceMode;