teeCursor
Posted: Tue Nov 08, 2005 1:40 pm
I have another funny one, but a real problem for me.
I have multiple chart controls stacked on top of one another on a form.
All their x-axis are synchronized.
I add a vertical cursor to each chart control and to keep them aligned I do the following in the OnCursorToolChange event:
Chart(Index).Tools.Items(0).asTeeCursor.XVal = XVal, which works fone to align all the vertical cursors.
The problem is there is a terrible visible lag on-screen for the user if they move the mouse across a chart at any sort of speed with the lines appearing unaligned until the user stops the mouse (or slows down ALOT) then the cursors align again.
Is there some way to speed this up or 'fix' this somehow?
I have multiple chart controls stacked on top of one another on a form.
All their x-axis are synchronized.
I add a vertical cursor to each chart control and to keep them aligned I do the following in the OnCursorToolChange event:
Chart(Index).Tools.Items(0).asTeeCursor.XVal = XVal, which works fone to align all the vertical cursors.
The problem is there is a terrible visible lag on-screen for the user if they move the mouse across a chart at any sort of speed with the lines appearing unaligned until the user stops the mouse (or slows down ALOT) then the cursors align again.
Is there some way to speed this up or 'fix' this somehow?