RealTimeGraphX
RealTimeGraphX copied to clipboard
High performance real-time graph for WPF & UWP
On opening the RealTimeGraphX solution in Visual Studio I get the error message "Current solution contains incorrect configurations mappings. It may cause projects to not work correctly. Open the Configuration...
In wanted to preserve the width of the X scale at the beginning of an acquisition. In fact, I find confusing seeing the data being compressed until the X size...
I succeeded in migrating this project to .net5. I attach an example project here. As a beginner in programming, it was not easy. Hope it helps someone. And it hasn't...
Hello? i started using this library quite while ago and i found few issue, but looking on issues from other people indicate that the development of this library is not...
May I ask if the warning lines of upper and lower limits can be drawn? I need boundary values of different colors to reflect whether he is currently beyond the...
I am setting the maximum X range to - for example - 10s. ``` Controller = new WpfGraphController(); Controller.Range.MaximumX = TimeSpan.FromSeconds(10); Controller.Range.AutoY = true; ``` The X range starts at...