
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisTooltipsBehaviorBase
@interface SCIAxisTooltipsBehaviorBase<T : id <ISCIChartModifier>>
: SCIModifierBehavior <T>
Defines a base class with axis tooltips behavior for ISCIChartModifier
implementors.
Note
T
is the type of modifier to which this behavior will be attached.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Defines the
SCIObservableCollection
of the XAxes which will take part in interaction.Declaration
Objective-C
@property (nonatomic, weak, nullable) SCIObservableCollection<id<ISCIAxis>> *observableXAxes;
-
Defines the
SCIObservableCollection
of the YAxes which will take part in interaction.Declaration
Objective-C
@property (nonatomic, weak, nullable) SCIObservableCollection<id<ISCIAxis>> *observableYAxes;