Property | |
---|---|
Background | The background color for the main area of the chart. Can be either a simple HTML color string, for example: Chart.setBackground(Background.Color("red")); /* * Param 1 = Bordercolor * Param 2 = Borderwidth * Param 3 = Backgroundcolor */ Chart.setBackground(Background.StrokeFill("black", 5, "white")); |
General
Content
Integrations