Click and Hover Handlers
Hover over the donut chart. It has a Javascript handler registered that turns its opacity to 50%
Hover over the legend items. It will print the hover event args in the text area below
Click on the legend items and on the donut chart to show the event args
Browse the code to see how to register a .Net/Js click/hover handler.
In each entry, the property "index" refers to the data index in that dataset
Hint: you can delete the text below