Customize ExportEditor

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MattG
Newbie
Newbie
Posts: 23
Joined: Thu Jun 27, 2013 12:00 am

Customize ExportEditor

Post by MattG » Thu Oct 10, 2013 9:45 pm

I'm trying to customize the ExportEditor before displaying it, but nothing I change in DataFormat seems to have any effect on the resultant dialog. Here's what I'm trying:

Code: Select all

Steema::TeeChart::Editors::Export::ExportEditor ^ed = gcnew Steema::TeeChart::Editors::Export::ExportEditor(tChart1->Chart);
ed->Text = "Export Plot";
ed->DataFormat->IncludeSeriesTitle = true;
ed->DataFormat->TextLineSeparator = " End of Line\n";
ed->ShowDialog();
So I expected that the Series Title checkbox would be checked, and when I exported to a text file I expected to see " End of Line" at the end of each line. But neither happens. How do I get my customizations to take effect?

Incidentally, setting ed->Text did work as expected.

I'm using C++/CLI .NET 4.0.

Thank you,
Matt
Matt Garrett
CRTech
Boulder, Colorado, USA

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Customize ExportEditor

Post by Sandra » Fri Oct 11, 2013 8:44 am

Hello MattG,

Could you please try to send us your complete project because we can reproduce your problem exactly here?

Thanks,
Best Regards,
Sandra Pazos / 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

MattG
Newbie
Newbie
Posts: 23
Joined: Thu Jun 27, 2013 12:00 am

Re: Customize ExportEditor

Post by MattG » Fri Oct 11, 2013 3:13 pm

Hi Sandra,

The attached test project exhibits the behavior. When you click the button to open the ExportEditor, it does not reflect any of the customizations defined before showing it, except ed->Text. For example, if you output the data as a text file, I would expect each line to terminate with " End of Line\n".

Matt
Attachments
TestExportEditor2.zip
Test project showing problem with ExportEditor customization
(57.98 KiB) Downloaded 702 times
Matt Garrett
CRTech
Boulder, Colorado, USA

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Customize ExportEditor

Post by Sandra » Mon Oct 14, 2013 3:05 pm

Hello Matt,

Thanks for your project, I can reproduce your problem and I inform your request is in bug list report with number (TF02016738) and we try to fix it to next maintenance releases of TeeChartFor.Net. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them.
Best Regards,
Sandra Pazos / 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

MattG
Newbie
Newbie
Posts: 23
Joined: Thu Jun 27, 2013 12:00 am

Re: Customize ExportEditor

Post by MattG » Mon Oct 14, 2013 10:51 pm

Thank you Sandra. Can you give me an estimated date for the bug fix?

Thanks,
Matt Garrett
CRTech
Boulder, Colorado, USA

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Customize ExportEditor

Post by Sandra » Tue Oct 15, 2013 9:48 am

Hello Matt,

Good news, I inform you that the bug number TF02016738 is already fixed for next maintenance release of TeeChartFor.net.

Thanks,
Best Regards,
Sandra Pazos / 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

MattG
Newbie
Newbie
Posts: 23
Joined: Thu Jun 27, 2013 12:00 am

Re: Customize ExportEditor

Post by MattG » Fri Jan 17, 2014 5:34 pm

Thanks Sandra, this appears to be working now.

Matt
Matt Garrett
CRTech
Boulder, Colorado, USA

Post Reply