ASP.NET zooming and panning problem
Posted: Wed Apr 02, 2008 6:18 am
Hi, I am developing ASP.NET application, that using TeeChart7. My problem is that i can't zoom and pan instantly when chart is loaded. I must click at the blank place on my page first, and than zooming and panning is available.
What should i do to make zooming and panning possible when the chart is loaded?
My application first compute and create TeeChart object on the server that save it to file my_file.txt. TeeChart object that runs on the client loads this file from the server, and chart is drown then.
What should i do to make zooming and panning possible when the chart is loaded?
My application first compute and create TeeChart object on the server that save it to file my_file.txt. TeeChart object that runs on the client loads this file from the server, and chart is drown then.