Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time plot #40

Open
gaminn opened this issue Oct 3, 2016 · 2 comments
Open

Real time plot #40

gaminn opened this issue Oct 3, 2016 · 2 comments

Comments

@gaminn
Copy link

gaminn commented Oct 3, 2016

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
Copy link
Owner

xyzzer commented Oct 3, 2016

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" [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.

@escape-llc
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants