This is a migrated thread and some comments may be shown as answers.

Interactivity between charts?

1 Answer 46 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Douglas
Top achievements
Rank 1
Douglas asked on 07 Mar 2012, 06:18 AM
I am trying to get this scenario working:

  1. I have 2 charts and a DataGrid
  2. Chart 1 is a 100 stacked bar chart
  3. Chart 2 is a pie chart
  4. 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?


1 Answer, 1 is accepted

Sort by
0
Douglas
Top achievements
Rank 1
answered on 08 Mar 2012, 08:30 PM
I found the ItemClick event handler and that seems to give me a way to do something.
Tags
Chart
Asked by
Douglas
Top achievements
Rank 1
Answers by
Douglas
Top achievements
Rank 1
Share this question
or