Page 1 of 1

Undocumented Feature?? - Auto switch to 3D

Posted: Wed Feb 02, 2005 3:23 am
by 9525644
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.

Posted: Wed Feb 02, 2005 10:22 am
by narcis
Hi sr,
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.
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.

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