TeeChart for ActiveX, COM and ASP
-
Sinna
- Newbie
- Posts: 9
- Joined: Mon May 21, 2001 4:00 am
- Location: Belgium
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
- Posts: 1263
- 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