I have a dynamic chart that has y values greater than 10,000. But, the y axis starts at 0 so my data looks like a linear line. I want the y axis to automatically update to be +50 and -50 based on the new y value that is generated. I tried setting a max and min y value, but if the data goes outside that range, you can’t see the data. I also tried the zoom and view port, but there is a new y value every second and I want the x axis to be able to update automatically and not start at 0, so I can properly see my data.