From software can I select Export tab in chart editor?
Posted: Thu Apr 03, 2014 10:57 am
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!
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!