Text blur (shadow?)

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
Jim Green
Newbie
Newbie
Posts: 43
Joined: Thu Aug 03, 2006 12:00 am

Text blur (shadow?)

Post by Jim Green » Tue Jul 01, 2014 6:16 pm

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.

Jim Green
Newbie
Newbie
Posts: 43
Joined: Thu Aug 03, 2006 12:00 am

Re: Text blur (shadow?)

Post by Jim Green » Tue Jul 01, 2014 6:29 pm

Now with attachments!
Attachments
chart1.zip
(2.09 KiB) Downloaded 798 times
TeeChartText.jpg
TeeChartText.jpg (321.49 KiB) Viewed 8995 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Text blur (shadow?)

Post by Yeray » Wed Jul 02, 2014 11:57 am

Hi Jim,

Add this:

Code: Select all

Chart1.legend.format.font.shadow.visible=false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Jim Green
Newbie
Newbie
Posts: 43
Joined: Thu Aug 03, 2006 12:00 am

Re: Text blur (shadow?)

Post by Jim Green » Wed Jul 02, 2014 1:06 pm

Yeray, yes, that did it! Looks beautiful.

Jim

Post Reply