User | Kudos |
---|---|
7 | |
6 | |
2 | |
2 | |
2 |
Want to have graph display a certain scale unless values go outside scale min or max and then do autoscale but only in direction which scale bounds were crossed.
Example:
Normally want graph to display X scale 0 to 10 to display to user:
If set same graph to autoscale would get the following graph that user could interpret as values are swinging all over the place but this could just be noise and I do not want to display this format to user:
So I want a solution that incorporates manual scale and autoscale by autoscaling only after scale limit is exceeded. Asume get a data point of 13 which is above the max scale range of 10, graph would do a single autoscale only in direction above 10 to change max to 13.
Would be Graph Scales property. Option disabled if Autoscale was selected.
I know can use property nodes to programatically do this in my program but it is much more involved having to constantly check to see if values have gone outside range and then issue a single Autoscale.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.