Undocumented Feature?? - Auto switch to 3D

TeeChart for ActiveX, COM and ASP
Post Reply
sr
Newbie
Newbie
Posts: 4
Joined: Wed Jan 19, 2005 5:00 am
Location: Australia

Undocumented Feature?? - Auto switch to 3D

Post by sr » Wed Feb 02, 2005 3:23 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Feb 02, 2005 10:22 am

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply