I am sending the code which plots the point on the but not in the accurate way.Can anybody help
Private Sub Chart1_MouseDown(ByVal Button As Long, ByVal Shift As Long, ByVal x As Long, ByVal y As Long)
Static col As Integer
Dim iVal As Integer
If isNewpoint Then
'Chart function for...
Help is needed for plotting the points on the chart using X and Y coordinates obtained on the mouse click event of the excel chart.
Can anyboby help me immediately.
Sanjeev(Programmer)
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...
I am clicking the chart and calculating the pixel values into points depending upon the axis scale.Now to get the accurate value i have found an aspect ratio by which the values are commin somewhat accurate but they are still problems.I am searching for some robust method of converting pixel...
i am trying to plot the point with the help of mouse but the point are not plotting at the correct place or are displating wrong data.
can somebody help
Sanjeev
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.