You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I save real-time charts as GIF?
I added this at the end of my code but it only saves the chart with the last update of the XYSeries: BitmapEncoder.saveBitmap(this.chart, "./Sample_Chart", BitmapFormat.GIF);
How can I save real-time charts as GIF?
I added this at the end of my code but it only saves the chart with the last update of the XYSeries:
BitmapEncoder.saveBitmap(this.chart, "./Sample_Chart", BitmapFormat.GIF);