Page 1 of 1

TeeChart for .NET v2009 - Export feature request

Posted: Thu Jun 25, 2009 7:50 am
by 15653260
We use:
TeeChart
Latest Binary version: 20th May 2009 Framework 2.0 Build 4.0.2009.16183

We use the Export dialog to give the user the option to export the Chart as picture.

At the moment we can only use the complete export dialog "as is" with all 4 tabs.

The problem behind the current solution is: Most users don't understand, don't need and don't use the tabs TeeFile and Theme.

It would be perfect, if we could limit the visible tab pages - or better - if we are able to define
the visible tab pages via additional parameters in the function "Chart.Export.ShowExportDialog();"

Best regards
Thomas

Re: TeeChart for .NET v2009 - Export feature request

Posted: Thu Jun 25, 2009 3:40 pm
by narcis
Hi Thomas,

Yes, at the present moment I can't think of any other option than this:

Code: Select all

      Steema.TeeChart.Editors.Export.ExportEditor exportEditor1 = new Steema.TeeChart.Editors.Export.ExportEditor(tChart1.Chart, null);
      exportEditor1.Show();
I've added your request to the wish-list (TF02014263) to be considered for inclusion in future releases.

Re: TeeChart for .NET v2009 - Export feature request

Posted: Wed Jul 01, 2009 9:39 am
by narcis
Hi Thomas,

This feature has been implemented in the maintenane release we have just published:

http://www.teechart.net/support/viewtop ... f=4&t=9956