TCursor Tool Horz Line locks up when Unzoomed
Posted: Thu Aug 18, 2005 6:54 am
Recently I upgraded to Tee V7.04 from V5.03.
Using Delphi 7. Could compile run my project.
I am using Vertical Custom Axes, created at run-time.
When the Chart is displayed the Horz Line of the Cross Hair cursor (TCursorTool) locks up and does not move, whether follow mouse or not.
When Zoomed In/out it moves but locks up again when Unzoomed.
Had this problem in V 5.03 too but found a way around by calling
Chart.ZoomPercent( 100 );
Chart.UndoZoom();
But this is does not work in V7 !
This problem seemed to be associated with Custom axis. I have
UseChartRect := True
In an other simple graph, without Custom Axes, in the same Application, the cross hair works fine, without locking up.
Any Ideas ?
Using Delphi 7. Could compile run my project.
I am using Vertical Custom Axes, created at run-time.
When the Chart is displayed the Horz Line of the Cross Hair cursor (TCursorTool) locks up and does not move, whether follow mouse or not.
When Zoomed In/out it moves but locks up again when Unzoomed.
Had this problem in V 5.03 too but found a way around by calling
Chart.ZoomPercent( 100 );
Chart.UndoZoom();
But this is does not work in V7 !
This problem seemed to be associated with Custom axis. I have
UseChartRect := True
In an other simple graph, without Custom Axes, in the same Application, the cross hair works fine, without locking up.
Any Ideas ?