This question is locked. New answers and comments are not allowed.
So I know I can set the Zoom Range and Zoom value on an axis when setting up a chart by accessing both properties but is there a way to Zoom Out, like add a negative value to have the chart zoomed out a little more than it's default view? I only ask because I have a couple charts where the last few data points are right at the edge of the graph and there isn't enough room to really see them so the users want to know if the graph can first load a little zoomed out and then they can zoom in if they want to. When I try to set the zoom of either axes as a negative number the graph's don't draw at all (I have NSDate's on the X-Axis and Numbers on the Y-Axis). Thanks.