User (Legacy) Posted March 25, 2002 Report Share Posted March 25, 2002 Hi, In our application, there are more than one series in XY plot. Users want to be able to drag each series instead of each point in the series. By using each series as an object, they want to drag the whole series to any position in the chart as they want. I wonder what is the best way to implement this function? Thanks in advance, Danqing Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 26, 2002 Report Share Posted March 26, 2002 You can do this by capturing the Mouse events, after the mouse is dropped, you can find out the position in the chart by using PixelToValue, then, figure out the offset and modify the chart data accordingly. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.