I don't want some series in a legend

TeeChart for ActiveX, COM and ASP
Post Reply
Pascal
Newbie
Newbie
Posts: 5
Joined: Wed May 19, 2004 4:00 am

I don't want some series in a legend

Post by Pascal » Tue Nov 30, 2004 6:15 pm

Hello,

I wonder if it is possible to avoid a serie to be included in a legend. I mean, assuming there are Series 1, 2, 3 and 4: I want only series 2 and 3 to appear in the legend. Is there a way ?

Thank you a lot.

Pascal

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Nov 30, 2004 10:42 pm

Hi,

yes, you can use the ShowInLegend property :
tChart1.Series(0).ShowInLegend = false

Post Reply