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.
Question about the ShowEditor() function
Hi Dave,
I recomend use, next code:
Also, you can see Demo of TeeChart .NET v3, specifically All Features\Welcome !\Components\ChartController\ChartController Editor example.
Thanks,
I recomend use, next code:
Code: Select all
editor1.DefaultTab= Steema.TeeChart.Editors.ChartEditorTabs.Aspect;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |