Page 1 of 1

Question about the ShowEditor() function

Posted: Wed Mar 11, 2009 4:20 pm
by 13050364
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.

Posted: Thu Mar 12, 2009 11:35 am
by 10050769
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,