Page 1 of 1

Use of checkboxes in the legend

Posted: Thu Nov 20, 2003 4:30 pm
by 6919150
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?

Posted: Thu Nov 20, 2003 6:31 pm
by Marc
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