chart_set_tooltip_foreground_colour
Sets the foreground colour for chart tooltip.
Syntax
chart_set_tooltip_foreground_colour(chart, colour)
Argument | Description |
---|---|
chart | The chart id to set to. |
colour | The colour to set for chart tooltip. |
Return: True
Description
With this function you can set the foreground colour for the chart tootip. This function will affect for chart label only, while the text to show the information of series data is affected by series colour.
Example
chart_set_tooltip_foreground_colour(chartBalanced, c_red);
This will set the foreground colour of a chart tootip.