
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipBehaviorBase
@interface SCITooltipBehaviorBase<T : id <ISCIChartModifier>>
: SCIModifierBehavior <T>
Defines a base class with tooltip behavior for ISCIChartModifier
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
+ (float)cursorXyOffset;
-
Defines a value indicating whether to use interpolation during updating tooltip or not.
Declaration
Objective-C
@property (nonatomic) BOOL useInterpolation;
-
Defines the
SCIRenderableSeriesCollection
from the parentSCIChartSurface
.Declaration
Objective-C
@property (nonatomic, weak, nullable) SCIObservableCollection<id<ISCIRenderableSeries>> *observableSeries;
-
Gets the
SCISourceMode
type of series on which interaction is performed.Declaration
Objective-C
@property (nonatomic) SCISourceMode sourceMode;