how can I change background color of a chart?
Posted: Tue May 14, 2019 2:35 am
Default color is not match my website.
How to change it is?
Thank you.
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
http://493266.hkjq7.group/support/viewtopic.php?f=18&t=17179
Code: Select all
Chart1.walls.back.format.gradient.visible=false;
Chart1.walls.back.format.fill="gray";