I haven't tried this so this may not work, but instead of hard-coding your limit to 10, could you use a variable? Set the variable to 10. Also, remove the Print icon (if you have one) from the caption bar and add a button object to print the graph.
The button will have three actions:
Set the variable to a million or some other ridiculously high number.
Print the graph.
Set the variable back to 10.
Again, I don't know that it will work but it's all I come up with off the top of my head. Hope it does the trick!