Question about the ShowEditor() function

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Dave
Advanced
Posts: 139
Joined: Mon Sep 22, 2008 12:00 am

Question about the ShowEditor() function

Post by Dave » Wed Mar 11, 2009 4:20 pm

Hello

The showEditor() function displays the chart editor dialog box. But is there any way I can display it so the Charts->3D tab within this dialog is selected initially?

Thanks.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Post by Sandra » Thu Mar 12, 2009 11:35 am

Hi Dave,


I recomend use, next code:

Code: Select all

          editor1.DefaultTab= Steema.TeeChart.Editors.ChartEditorTabs.Aspect;
Also, you can see Demo of TeeChart .NET v3, specifically All Features\Welcome !\Components\ChartController\ChartController Editor example.


Thanks,
Best Regards,
Sandra Pazos / 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