Use of checkboxes in the legend

TeeChart for ActiveX, COM and ASP
Post Reply
Sinna
Newbie
Newbie
Posts: 9
Joined: Mon May 21, 2001 4:00 am
Location: Belgium

Use of checkboxes in the legend

Post by Sinna » Thu Nov 20, 2003 4:30 pm

By means of the checkboxes in the legend, series can be suppressed in the chart.
Is it possible to set on runtime which series in the chart should be suppressed?

Marc
Site Admin
Site Admin
Posts: 1213
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Thu Nov 20, 2003 6:31 pm

Hello,


...to enable/disable Series in the Chart via code?

That would be:
<pre>
TChart1.Series(xx).Active= True/False
</pre>
Where xx is the Series Index

Best regards,
Marc Meumann
Steema Support

Post Reply