Hi,
I'm currently working on a chart that changes with mouse movement.
I've downloaded a
sample code that you provided to another user and worked on it.
My questions are:
1. Who do I change the grid size? make it a bit more dense.
2. How I bound the axis so that the chart axis will have a start and end index? I want to fit it to the screen and don't let the user to scroll outside the chart and extend it.
Let's say from 0 to 100 on both axis with intervals of 1.
I can't resolve that in my code and can't create a
parallel line to axis X (if I create a parallel line it automatically become the minimum of the chart - I want it to be in the middle of the chart).3. Is it possible to make the mouse movement smoother? So that there will be no sudden "spikes" with fast mouse movement across X axis.
I have provided my solution.
Regards,
Dov.
Attachment:
Drag_Drop_Datapoints_cd37d4d3.zip