backgroundColor: String

Sets the background color of the StockChart. Values of backgroundColor can be specified in “HTML Color Name”, “hex code” or “rgba values”


Default: “#FFFFFF”
Examples: “blue”, “#a0beec”, …

var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 backgroundColor: "#eccaa0",
 .
 . 
});
stockChart.render();



Try it Yourself by Editing the Code below.


  Also See:    



If you have any questions, please feel free to ask in our forums.Ask Question