
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITooltipModifier3D
@interface SCITooltipModifier3D : SCITooltipModifierBase3D
The SCITooltipModifier3D
provides a touch-over tooltip to a chart, outputting a single SCISeriesInfo3D
object to bind to which updates as the touch moves over data-points
.
-
Defines the offset on which tooltip and the marker will be shifted in x and y directions.
Declaration
Objective-C
@property (nonatomic) CGFloat offset;
-
Gets the
CGPoint
value which will replaceoffset
property and will be used to shift tooltip and the marker in custom x and y directions.Declaration
Objective-C
@property (nonatomic) CGPoint customPointOffset;
-
Gets the
SCIPlacement
mode, to determine where to place tooltip and the marker relatively to the Hit-test point.Declaration
Objective-C
@property (nonatomic) SCIPlacement markerPlacement;
-
Defines the
SCICrosshairMode
type of series on which interaction is performed.Declaration
Objective-C
@property (nonatomic) SCICrosshairMode crosshairMode;
-
Defines the projection mode used to draw Crosshairs.
Declaration
Objective-C
@property (nonatomic) SCIProjectionMode projectionMode;
-
Defines the style to draw stroke of Crosshairs.
Declaration
Objective-C
@property (nonatomic, strong) SCISolidPenStyle *_Nonnull crosshairStrokeStyle;
-
Defines the projection mode used to draw Crosshair lines.
Declaration
Objective-C
@property (nonatomic) SCILineProjectionMode lineProjectionMode;
-
Defines whether modifier should show axis label.
Declaration
Objective-C
@property (nonatomic) BOOL showAxisLabels;
-
Defines the color to draw Crosshair planes with.
Declaration
Objective-C
@property (nonatomic, strong) UIColor *_Nonnull crosshairPlanesFill;
-
Gets the
SCIPenStyle
instance which will be used bySCICrossDrawableBehavior
to tooltip marker.Declaration
Objective-C
@property (nonatomic, strong) SCIPenStyle *_Nonnull tooltipPointMarkerPaintStyle;