EPS Export

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cjherasmus
Newbie
Newbie
Posts: 4
Joined: Tue Feb 14, 2012 12:00 am

EPS Export

Post by cjherasmus » Wed Feb 06, 2013 9:47 am

Hi,
I'm using TeeChart.Silverlight version 4.1.2012.1312.

This code:

using (Stream str = saveFileDialog.OpenFile())
{tChart1.Export.Image.EPS.Save(str);}

Returns error: "US-ASCII is not a supported encoding name. Parameter name: name"

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

Re: EPS Export

Post by Sandra » Thu Feb 07, 2013 9:47 am

Hello cjherasmus,

Thanks for information. I can reproduce this problem here and we have added it in bug list report with number [TW24016504]. We will try to fix it to upcoming versions 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

Post Reply