Hello,
my goal is that a user can filter the data by clicking on a legend label
(just like selecting a series by clicking in the pie chart itself).
I am using a hit-test in the MouseClick-event which works fine.
The only downside is that there is no visual feedback that a series is "selected" / there is no highlighting-
just like when i click directly in the pie chart.
How can i achieve this via code?
Thank you!