In my code (or using your Commander example), if I turn off 3d, and then hit move (or other buttons), when the chart starts to move the 3d button comes back on. Is there a way to prevent this?
I have a handler for the commander ButtonClick, but this method isn't entered when the 3d button is toggled back on.
commander 3d button
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sring,
I can think of two ways to achieve that for now:
1. Use any Commander mouse event to set 2D view:
2. Implement your own commander buttons like shown in this thread.
I can think of two ways to achieve that for now:
1. Use any Commander mouse event to set 2D view:
Code: Select all
tChart1.Aspect.View3D = false;
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 |