xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
282 stars 67 forks source link

Real time plot #40

Open gaminn opened 7 years ago

gaminn commented 7 years ago

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.

xyzzer commented 7 years ago

I would try something closer to DirectX, like https://github.com/xyzzer/Win2DChartSampleXAML is a bit too high level to handle high frequency updates.

Get Outlook for iOS

On Mon, Oct 3, 2016 at 2:05 AM -0700, "gaminn" notifications@github.com 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.

escape-llc commented 6 years ago

@gaminn if you are still stuck take a look at yet another chart component it is in active development and may handle your data volume.