Steps which i have followed
1)Capture X and Y coordinates of the chart on the mouse down event.
2)These coordinates are then mapped with the axis scale of the chart to obtain the point value corresponding to the chart axis scale value(Little calculations are reqired for this point).
3)On calculating these values they are multiplied with constant value to obtain nearby points.
4)These points are then set as source data.
Problem:-1)These points are not the accurate points
2) I am not able to multiselect these points and move them
Sanjeev
1)Capture X and Y coordinates of the chart on the mouse down event.
2)These coordinates are then mapped with the axis scale of the chart to obtain the point value corresponding to the chart axis scale value(Little calculations are reqired for this point).
3)On calculating these values they are multiplied with constant value to obtain nearby points.
4)These points are then set as source data.
Problem:-1)These points are not the accurate points
2) I am not able to multiselect these points and move them
Sanjeev