Time Axis Color - Small Help Needed

#11
use this

Code:
 SetChartBkGradientFill( ParamColor("BgTop", colorBlack),
 ParamColor("BgBottom", colorDarkGrey),ParamColor("TitleBack",colorBlack)); 
 SetChartBkColor(ParamColor("Outer Panel",colorBlack));

Hi,

My default BG Color in Preferences / Settings is "Tan" color. I applied the code you provided by simply creating afl of your code which i inserted. Then i put "price" from basic charts section of charts/ formulas. Also, i changed the panel colors using parameter window, so that i could highlight the problem.

The result is this



So, it doesn't seem to solve the issue. Or, am i doing something wrong here?
 

sr114

Well-Known Member
#12
Hi,

My default BG Color in Preferences / Settings is "Tan" color. I applied the code you provided by simply creating afl of your code which i inserted. Then i put "price" from basic charts section of charts/ formulas. Also, i changed the panel colors using parameter window, so that i could highlight the problem.

The result is this



So, it doesn't seem to solve the issue. Or, am i doing something wrong here?
look at the param window - there all the option is given.

try to change the in the param window - outer panel to ur color choice -

rgds
 
#13
look at the param window - there all the option is given.

try to change the in the param window - outer panel to ur color choice -

rgds
That is exactly what i did. Your code has default color as black for all parameters (including Outer Panel). i changed it to some other color which you can see in the pic above.

But the Time-Text-BG remains to be the Default BG of the preferences/ settings.