Wondering if it's possible to select multiple data points such as on a bar chart, where I could highlight one to many bar charts and have an event recognize which data points were highlighted? Thanks for the help.
Bill
Another approach is to extend the DataPoint object with a custom attached property that can be used in styles, animation etc. For more details you can see the attached sample where I create IsSelected attached property for each datapoint and SelectedPoints collection for the XamChart.
Let me know if you have any questions.
Try looking at this post:
http://community.infragistics.com/forums/p/15085/56256.aspx#56256