Page 1 of 1

From software can I select Export tab in chart editor?

Posted: Thu Apr 03, 2014 10:57 am
by 13050364
Hi
Currently we display the teechart editor when the user clicks on a chart. We use this code;

Steema.TeeChart.Editor editor1 = new Steema.TeeChart.Editor(myChart);
editor1.ShowModal();


This displays the Teechart editor with the "Chart" tab set to display by default.

Is there a way to have the "Export" tab set to display by default?

Thanks!

Re: From software can I select Export tab in chart editor?

Posted: Mon Apr 07, 2014 1:16 pm
by Christopher
Dave,
Dave wrote:Is there a way to have the "Export" tab set to display by default?
Yes, I think so. Try looking at "Tutorial 16 - TeeChart's Additional palette components" which you can find under:

%Program Files%\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.02240\Docs\TeeChart for .Net Tutorials.chm

You can use the "editor1.DefaultTab" of the Editor component.

Re: From software can I select Export tab in chart editor?

Posted: Tue Apr 08, 2014 3:15 pm
by 13050364
Thanks Christopher that works.