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
TeeChart for .NET v2009 - Export feature request
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart for .NET v2009 - Export feature request
Hi Thomas,
Yes, at the present moment I can't think of any other option than this:
I've added your request to the wish-list (TF02014263) to be considered for inclusion in future releases.
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();
Best Regards,
Narcís Calvet / 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart for .NET v2009 - Export feature request
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
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 |
Instructions - How to post in this forum |