This question is locked. New answers and comments are not allowed.
I am trying to get this scenario working:
What would be a method of doing something like this?
- I have 2 charts and a DataGrid
- Chart 1 is a 100 stacked bar chart
- Chart 2 is a pie chart
- When the user clicks on a bar in chart 1 I want to update chart 2 to show the stacked series in the pie chart. In addition I want to update the DataGrid.
What would be a method of doing something like this?