0

Box Selection of displayed Scatter points

Vibeesh Bose il y a 8 ans 0

On a displayed scatter plot, we can select items using a combination of HitTestResult and SelectItem(int). However in order to do a rubberband/marquee selection, we would have to draw a selection box in the plot and then figure out the scatter series' indices under this selection.

My question, does Oxyplot have any existing ways to draw this selection box ? Do I have to use the Rectangle Annotation and the mouse movements to do this ?