Page 1 of 1

how can I change background color of a chart?

Posted: Tue May 14, 2019 2:35 am
by 16082909
img2.jpg
img2.jpg (162.49 KiB) Viewed 25514 times
I set to "walls.visible = true".

Default color is not match my website.

How to change it is?

Thank you.

Re: how can I change background color of a chart?

Posted: Wed May 15, 2019 9:22 am
by yeray
Hello,

You can set the back wall. Ie:

Code: Select all

  Chart1.walls.back.format.gradient.visible=false;
  Chart1.walls.back.format.fill="gray";  

Re: how can I change background color of a chart?

Posted: Wed May 22, 2019 11:15 pm
by 16082909
Thank you^^