Pre loader

Export chart data to csv

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

1
0

Hi,

Can we export the chart data to csv format like shown below from the XyDataSeries

DateTime Series1 Series 2

06/23/2015 10 20

Thanks in Advance

  • You must to post comments
0
0

Hi there,

Thank you for your question! You can access the DataSeries values via the XyDataSeries.XValues and XyDataSeries.YValues properties.

These are simply IList(t). It shouldn’t be too hard to export these values to CSV using a technique such as this: Writing data into CSV file

Hope 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