How to pan the chart in the Compact Framework?
Posted: Wed Mar 11, 2009 10:11 pm
I wrote a simple app based on the sample Compact Framework application for Windows mobile PC. I enabled panning as follows:
tChart1.Panning.Allow = Steema.TeeChart.ScrollModes.Both;
In a desktop app, this enables the left mouse button drag to pan. How do you pan in the compact environment?
Thanks,
Kent
tChart1.Panning.Allow = Steema.TeeChart.ScrollModes.Both;
In a desktop app, this enables the left mouse button drag to pan. How do you pan in the compact environment?
Thanks,
Kent