Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
How can I select / deselect points in XamDataChart, especially in BubbleSeries?
posted

Hi to All,

I would like to select/deselect (multiple) displayed points in a BubbleSeries, preferable with Click then Ctrl+Click. I suppose there will be 3 issues to solve:

Q1: How to catch the click then recognize what point is under the cursor? (what point was clicked)

Q2: How to change the point's appearance (say increase radius, by changing the binded data, any better idea?). Btw: Can I change the shape of an individual point, like from circle to square?

Q3: Maintain what is selected. (in a list.) (does any internal implementation for this?)

Thanks in advance