Page 1 of 1

Remove certain series from Legend

Posted: Tue Apr 10, 2012 11:52 am
by 17060769
Hi,

Could you please tell me how is it possible to remove a certain series from the Legend?

I did not figure this out yet.

Thanks!
Steven

Re: Remove certain series from Legend

Posted: Wed Apr 11, 2012 3:09 pm
by yeray
Hi Steven,

Yes, you can use:

Code: Select all

tChart1.getSeries(seriesIndex).setShowInLegend(false);

Re: Remove certain series from Legend

Posted: Fri Apr 13, 2012 10:25 am
by 17060769
thanks a lot!!!