Using Microsoft Chart Controls, is it possible to be able to remove a series from a chart by clicking on it in the legend, or do I have to create a separate control for that?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

In the event handler call the HitTest and if it is Legenditem remove the series.

link|improve this answer
feedback

Handling the click event may solve the problem but leads to a confusing UI. You may need a special control with some checkbox beside each series. MSChartWrapper may solve this problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.