Hi
I've set up onclick handler for the chart to enable the user to click on the bars and get detail info on the series item (the items are added programmatically and this seems to be the only was to to handle the click). Is there a way to prevent the onclick event firing when the user clicks on the legend? I'm getting the followin exception:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Thanks
I've set up onclick handler for the chart to enable the user to click on the bars and get detail info on the series item (the items are added programmatically and this seems to be the only was to to handle the click). Is there a way to prevent the onclick event firing when the user clicks on the legend? I'm getting the followin exception:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Thanks