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
I have up to 20 series of data that are plotted real time in UWP app. Data are sampled once per second and data up to 1 minute old should be visible in chart.
How can this be done with WinRTXamlToolkit? I won't post my solution as it is obviously bad as after several seconds my app freezes as it busy redrawing all 20 series of the data in the chart.
The text was updated successfully, but these errors were encountered:
On Mon, Oct 3, 2016 at 2:05 AM -0700, "gaminn" [email protected] wrote:
I have up to 20 series of data that are plotted real time in UWP app. Data are sampled once per second and data up to 1 minute old should be visible in chart.
How can this be done with WinRTXamlToolkit? I won't post my solution as it is obviously bad as after several seconds my app freezes as it busy redrawing all 20 series of the data in the chart.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I have up to 20 series of data that are plotted real time in UWP app. Data are sampled once per second and data up to 1 minute old should be visible in chart.
How can this be done with WinRTXamlToolkit? I won't post my solution as it is obviously bad as after several seconds my app freezes as it busy redrawing all 20 series of the data in the chart.
The text was updated successfully, but these errors were encountered: