{{ message }}
RealtimeDemo ADD RectangleAnnotation Error #2132
MyUi-Group
started this conversation in
General
Replies: 2 comments 1 reply
-
|
I add points very quickly (about 5000 points per second); Call this PlotModel.InvalidatePlot(true); The refresh method is approximately every 25 milliseconds |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello blogger, while adding points in real-time in RealtimeDemo, I dynamically added RectangleAnnotation within the corresponding X-axis range; When calling this PlotModel.InvalidatePlot(true); After refreshing, an error message appears indicating 'element' XAxis=null; But the interface has already fully drawn the coordinates of the corresponding time; The following image shows the location where the error occurred

Beta Was this translation helpful? Give feedback.
All reactions