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.