I have a problem with V7 charts switching to 3D view on a right mouse click. This doesn't happen on every right click and doesn't appear to be overridden by setting a MouseUp or MouseDown event to do nothing.
Again, this will seriously disorient some of my users. They aren't able to cope with that sort of happening.
I can reverse it with a single click event but that may be too complicated for them.
Thanks for the reply re Themes.
Undocumented Feature?? - Auto switch to 3D
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sr,
The default function for the right mouse button is dragging the chart while it's pressed. Anyway you can force the view not being 3D in run-time using:
I haven't been able to reproduce this behaviour here. Could you please send us a project which reproduces this behaviour? Post it at the steema.public.attachments newsgroup available at www.steema.net.I have a problem with V7 charts switching to 3D view on a right mouse click. This doesn't happen on every right click and doesn't appear to be overridden by setting a MouseUp or MouseDown event to do nothing.
The default function for the right mouse button is dragging the chart while it's pressed. Anyway you can force the view not being 3D in run-time using:
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 |