RE: YAxis
It would be very useful if MajorDivisions.Interval returned the current, automatic interval that the plot calculates when Autospacing = true. As it is now, this property returns the value to be used when Autospacing = false, even when it is not in effect. I would like to use the automatically calculated value to step the axis range up/down by one Interval in response to a user button-click. This way, the axis range changes by a nice, even quantity that is a reasonable percentage of the full range. Please consider changing the behavior of this property or adding a new method such as:
public double GetAutoSpacingMajorInterval();
Thanks,
Adam