User (Legacy) Posted July 7, 2004 Report Posted July 7, 2004 Is there a way to select multiple points using a mouse? This would be similar to using the zoom tool. The user would "MouseDown" on the chart and drag to get the area of interest (indicated by a retangle), then "MouseUp". I could then get the points contained within the rectangle and do something with them. Regards, Chris
Software FX Posted July 7, 2004 Report Posted July 7, 2004 You can implement this by trapping the Mouse Events and using MarkerToPixel to figure out which points fall into the rectangle. -- FP Software FX
User (Legacy) Posted July 7, 2004 Author Report Posted July 7, 2004 Thanks, Can yo tell me how to get the rectangle to show? "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:9Q$PQ1FZEHA.3152@webserver3.softwarefx.com... > You can implement this by trapping the Mouse Events and using MarkerToPixel > to figure out which points fall into the rectangle. > > -- > FP > Software FX > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.