Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Property

Background

The background color for the main area of the chart. Can be either a simple HTML color string, for example: 'red' or '#00cc00'

Chart.setBackground(Background.Color("red"));
/*
 * Param 1 = Bordercolor
 * Param 2 = Borderwidth
 * Param 3 = Backgroundcolor
 */
Chart.setBackground(Background.StrokeFill("black", 5, "white"));

  • No labels