I am a current customer using TeeChart for ActiveX and I am evaluating TeeChart for .NET 2009 with Silverlight. I noticed that the Silverlight TeeChart DLL does not support chart export to either JPEG or PNG. When will this feature be available?
I also modified your Silverlight example code to export its chart to PDF by adding the following code:
Code: Select all
tChart1.Export.Image.PDF.Save("tempChart.pdf");
I also noticed that if I export a chart to XAML I get illegal XAML such as
Code: Select all
<Line X1="247.954473252443" X2="245.318184344495" Y1="215.335953284886" Y2="235.082315799269" Stroke="#FF293D62" StrokeDashArray="{Binding Source={x:Static DashStyles.}, Path=Dashes}" StrokeDashCap="Round"/>
Our current product that uses the ActiveX version exports charts to JPEG files for printing and reporting purposes. Is there any way that you know of to accomplish this goal with the Silverlight product?
Thanks,
Rob