commander 3d button

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
sring
Newbie
Newbie
Posts: 15
Joined: Thu Jun 30, 2005 4:00 am

commander 3d button

Post by sring » Wed Mar 21, 2007 9:06 pm

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.

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

Post by Narcís » Thu Mar 22, 2007 8:53 am

Hi sring,

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;
2. Implement your own commander buttons like shown in this thread.
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