I'm working on a visualisation interface that will display a number of points in a 2D graph, and I'd like a way for the user to be able to select any number of points.
Does anyone know a freehand (lasoo) selection method would be implemented? A square or circular selection is relatively simple, but storing the selection and calculating the points under it seems much harder for arbitrary shapes.
I'm hoping to implement it in Flex, but any examples would be much appreciated.