Hi,
How can I disable the right-click drag?
Best regards,
Unicoders
Disable right click on Chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Unicoders,
You can try using this:
Or this:
You can try using this:
Code: Select all
tChart.getPanning().setActive(false);
Code: Select all
tChart.getPanning().setAllow(ScrollMode.NONE);
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |