SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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
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
Please login first to submit.