Legend

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

Legend

Post by Jim Green » Wed Jul 02, 2014 2:35 pm

Two quick questions:
  • is there an equivalent to the VCL Legend.FontSeriesColor?
  • When there is only one series, the legend shows every point (like "[ ] 151.14 2014 [ ] 153.53 2015 etc...") instead of the series title. Can we make it always show the title?
Thanks.

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

Re: Legend

Post by Yeray » Thu Jul 03, 2014 11:32 am

Hi Jim,
Jim Green wrote:
  • is there an equivalent to the VCL Legend.FontSeriesColor?
Yes, try this:

Code: Select all

Chart1.legend.fontColor=true;
Jim Green wrote:
  • When there is only one series, the legend shows every point (like "[ ] 151.14 2014 [ ] 153.53 2015 etc...") instead of the series title. Can we make it always show the title?
Yes, try this:

Code: Select all

Chart1.legend.legendStyle="series";
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: Legend

Post by Jim Green » Thu Jul 03, 2014 12:10 pm

Thanks again!

BTW, is http://www.steema.com/files/public/teec ... index.html the most up to date documentation? I think I could answer some of these questions myself if it were fleshed out more. E.g., there is nothing on legend, no shadow under Tee.Font.

Jim

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Legend

Post by Narcís » Wed Jul 16, 2014 1:24 pm

Hi Jim,

Apologies for the delayed reply.

We have updated the content at http://www.steema.com/files/public/teec ... index.html.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply