Put the code below in the beginning of your charts.  Now you can right click
the chart choose parameters and set the colors in each chart seperaterly.

 

SetChartBkGradientFill( ParamColor("BgTop", ColorRGB( 172,172,172 )),

ParamColor("BgBottom", ColorRGB( 172,172,172
)),ParamColor("titleblock",ColorRGB( 172,172,172 )));

 

Donald F Lindberg

  _____  

From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of progster01
Sent: Monday, September 17, 2007 12:54 PM
To: amibroker@yahoogroups.com
Subject: [amibroker] Charts with Black BG, Charts with White BG

 

Hi all.

Is it possible to have charts built on a black background and charts 
built on a white background present and displayed at the same time?

My initial impression is that the only way to change the background 
color of charts is via the global preference setting ...

 

Reply via email to