I created a PlotChart with a single plotseries. My data has multiple values for the same point. How do I select all the items?
Each point contains a query. I want to display the query for each one. So I need to be able to select them all. I am capturing the PlotChart change event. It notifies me when a point has been selected. But it only notifies me of one of the many values for that point.

