chart_set_background_colour

Sets the foreground colour of chart.

Syntax

chart_set_background_colour(chart, colour)
Argument Description
chart The chart id to set to.
colour The colour to set for chart.

Return: True

Description

With this function you can set the background colour for the chart. You can use the value -1 to disable the background colour.

Example

chart_set_background_colour(chartBalanced, c_yellow);

This will set the baclground colour of a chart indexed in the variable "chart Balanced".

results matching ""

    No results matching ""