Page 1 of 1

Text blur (shadow?)

Posted: Tue Jul 01, 2014 6:16 pm
by 9347097
Hi, me again :)

What property do I use to get rid of the blur behind the title and legend text? (See the attachments). I have shadows turned off (format.shadow.visible=false).

Note that if I hide symbols in the legend, then all four of the legend texts have the blur like "Scenario 1".

Also, is there an equivalent to the VCL Legend.FontSeriesColor?

Thanks.

Re: Text blur (shadow?)

Posted: Tue Jul 01, 2014 6:29 pm
by 9347097
Now with attachments!

Re: Text blur (shadow?)

Posted: Wed Jul 02, 2014 11:57 am
by yeray
Hi Jim,

Add this:

Code: Select all

Chart1.legend.format.font.shadow.visible=false;

Re: Text blur (shadow?)

Posted: Wed Jul 02, 2014 1:06 pm
by 9347097
Yeray, yes, that did it! Looks beautiful.

Jim