
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipModifierWithAxisLabelsBase
@interface SCITooltipModifierWithAxisLabelsBase : SCITooltipModifierBase
The SCITooltipModifierWithAxisLabelsBase
provides the same functionality as SCITooltipBehaviorBase
plus it provides axis labels for all associated axes.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Defines a value which indicate whether show labels on axes or not.
Declaration
Objective-C
@property (nonatomic) BOOL showAxisLabel;
-
Creates a new instance of
SCITooltipModifierWithAxisLabelsBase
class.Declaration
Objective-C
- (nonnull instancetype) initWithTooltipBehavior:(nonnull SCITooltipBehaviorBase *)tooltipBehavior andAxisTooltipsBehavior: (nonnull SCIAxisTooltipsBehaviorBase *)axisTooltipsBehavior;
Parameters
tooltipBehavior
The
SCITooltipBehavior
which will be associated with this modifier.axisTooltipsBehavior
The
SCIAxisTooltipsBehaviorBase
which will be associated with this modifier.