
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCISeriesTooltipCore
@protocol ISCISeriesTooltipCore <ISCITooltip, ISCIAttachable, ISCICleanable>
Defines the core protoccol for ISCIRenderableSeriesCore
tooltips.
-
Invalidates the current layout of the receiver and triggers a layout update during the next update cycle. Allows to perform layout before the drawing cycle happens.
Declaration
Objective-C
- (void)setNeedsLayout;
-
Lays out the subviews immediately, if layout updates are pending.
Declaration
Objective-C
- (void)layoutIfNeeded;
-
Sets the background color for this
ISCISeriesTooltip
instance.Declaration
Objective-C
- (void)setTooltipBackground:(unsigned int)color;
Parameters
color
Int color which will be used as a background color.
-
Sets the stroke color for this
ISCISeriesTooltip
instance.Declaration
Objective-C
- (void)setTooltipStroke:(unsigned int)color;
Parameters
color
Int color which will be used as a stroke color.
-
Sets the text color for this
ISCISeriesTooltip
instance.Declaration
Objective-C
- (void)setTooltipTextColor:(unsigned int)color;
Parameters
color
Int color which will be used as a text color.