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
- pruthvi sagar asked 10 years ago
- You must login to post comments
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
- Andrew Burnett-Thompson answered 10 years ago
- last edited 1 week ago
- You must login to post comments
Please login first to submit.