TeeChart for .NET v2009 - Export feature request

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ATV
Newbie
Newbie
Posts: 14
Joined: Tue May 12, 2009 12:00 am
Contact:

TeeChart for .NET v2009 - Export feature request

Post by ATV » Thu Jun 25, 2009 7:50 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart for .NET v2009 - Export feature request

Post by Narcís » Thu Jun 25, 2009 3:40 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart for .NET v2009 - Export feature request

Post by Narcís » Wed Jul 01, 2009 9:39 am

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply