Disable right click on Chart
Posted: Mon Sep 03, 2007 12:41 pm
Hi,
How can I disable the right-click drag?
Best regards,
Unicoders
How can I disable the right-click drag?
Best regards,
Unicoders
Steema Software - Customer Support Forums
http://teechart.com/support/
Code: Select all
tChart.getPanning().setActive(false);
Code: Select all
tChart.getPanning().setAllow(ScrollMode.NONE);