Real-time Graph - Auto scale Y when X is displaying the last 5 seconds #1929
Unanswered
TCMagic1973
asked this question in
Questions
Replies: 2 comments 5 replies
-
|
Hello, would you mind sharing a screenshot/video and the relevant portion of the code you have? Just to speed along any troubleshooting. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here you go. I am setting the X axis limits then setting the Y to auotscale. |
Beta Was this translation helpful? Give feedback.
5 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.
-
I have a real-time graph and want to be able to set the X axis to display the last n seconds and auto-scale the Y over the last n seconds.
I was hoping this would work:
SetAxisLimits(xMin: , xMax: );
AxisAutoY();
It looks like it doesn’t!
So basically, I want to be able to scale the Y axis over the displayed graph.
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions