Pre loader

Can't find ExportToFile in SilverLight 3.61

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hi Andrew,

I was trying to attach an export to file feature of the charts using a context menu
but even if in that instance i have the specific sciChartSurface object i am unable to find the ExportToFile method.

I have also read the following article but even so i havn’nt solved.

http://support.scichart.com/index.php?/Knowledgebase/Article/View/17211/34/export-chart-from-screen-to-bitmap

// Saving chart to file with specified file format
surface.ExportToFile(saveFileDialog.FileName,exportType);

missing something ? maybe its not supported in my version and scenario ?

Thks for your attention

Kind regards

Giuseppe

  • You must to post comments
0
0

Hi Giuseppe,

Silverlight itself doens’t have the permissions to export to file. But I think you can render to a BitmapSource using the overload SciChartSurface.ExportToBitmapSource then either save (requires some clever hackery) or copy to clipboard (same).

Let me know if this helps,

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies