austinbourret
New Member
- Joined
- Jun 7, 2016
- Messages
- 1
I can’t seem to figure out how to dynamically change the axis values. By this I mean that as the data progresses along the x-axis with a scroll bar, it plots 9 points, but the axis value keeps growing and it rescales the graph smaller and smaller as the range increases.
In the initial scroll position, there are 9 data points plotted and scaled between 0 and 50. In the final scroll position, there are 9 data points but they are plotted and scaled between 0 and 250. Do you know how I would go about having the x-axis change as the scroll bar is moved so that the 9 data points in the second example are plotted over a range between 200 and 250 so the scaling stays the same?
Thank you
In the initial scroll position, there are 9 data points plotted and scaled between 0 and 50. In the final scroll position, there are 9 data points but they are plotted and scaled between 0 and 250. Do you know how I would go about having the x-axis change as the scroll bar is moved so that the 9 data points in the second example are plotted over a range between 200 and 250 so the scaling stays the same?
Thank you