I have a real-time chart in my interface, but I’m having trouble finding a way to save all the data it displays. The chart.SaveImage() method only saves a screenshot of the current view of the chart, which is not sufficient for my needs. I need to capture and save all the data from the beginning to the end of the chart, including the parts that might get lost or scrolled out over time. How can I achieve this?
Aslı Dila Çalık is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.