Page 1 of 1

Legend

Posted: Wed Jul 02, 2014 2:35 pm
by 9347097
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.

Re: Legend

Posted: Thu Jul 03, 2014 11:32 am
by yeray
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";

Re: Legend

Posted: Thu Jul 03, 2014 12:10 pm
by 9347097
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

Re: Legend

Posted: Wed Jul 16, 2014 1:24 pm
by narcis
Hi Jim,

Apologies for the delayed reply.

We have updated the content at http://www.steema.com/files/public/teec ... index.html.