Search found 4 matches

by cjherasmus
Wed Feb 06, 2013 9:47 am
Forum: .NET
Topic: EPS Export
Replies: 1
Views: 2785

EPS Export

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"
by cjherasmus
Tue Nov 20, 2012 9:17 am
Forum: .NET
Topic: Version 2012 4.1.2012.09280: PictureFormats
Replies: 1
Views: 2826

Version 2012 4.1.2012.09280: PictureFormats

Good day,

What is the purpose of the enum type "PictureFormats" in Steema.TeeChart.Silverlight.dll?
How can this be used? It contains picture formats for bmp, jpeg, wmf, etc. which isn't supported with the Export function.

Regards,
by cjherasmus
Fri May 25, 2012 9:23 am
Forum: .NET
Topic: CLS-Compliant
Replies: 3
Views: 4202

Re: CLS-Compliant

Hi Sandra,

There are no apparent problems with my charts, but if something pops-up I'll let you know.

Thank you
by cjherasmus
Thu May 24, 2012 5:36 am
Forum: .NET
Topic: CLS-Compliant
Replies: 3
Views: 4202

CLS-Compliant

I'm getting this warning "Argument type 'Steema.TeeChart.Silverlight.TChart' is not CLS-compliant" when passing a TChart as parameter to a static class in a Silverlight application. Should I be concerned about this or simply ignore it? I'm using VS 2010, Windows XP and the latest TeeChartNET 2012 ve...