I have a graph for which I would like to update the x-axis scale both with a pair of controls (which designates the start and end of the axis) or by using the built in scale functions. The problem is that I need to update the scale in the controls is the scale is changed using the scale functions. I have tried reading the XScale.Maximum and XScale.Minimum values, but these do not appear to update. Does anybody know how to obtain this information?