There's no way I know of to control the logic of the autoscale operation. I believe the autoscale property does allow you to ask the graph to only autoscale once, but that won't help you, because if I understand you correctly, you want the scale to be larger than the actual content.
Basically, you're going to have to come up with the algorithm you want and then implement it using the range properties to set the scale and something like Array Max and Min to get the data. Note that it can't be as simple as MAX + X, because you would still be affected by the changing value of MAX. You would probably need to add a percentage or use the Quotient and Remainder primitive to control the size of the jump.
___________________
Try to take over the world!