Hi Folks -

I have a plot that is being continuously updated with data pulled in from a serial port. As the values exceed the current Y-axis scale, the plot automatically scales and continues plotting correctly. However, as the axis values get larger they overwrite the axis title and then no longer fit themselves. Here is a picture of what happens (the Y-axis should also have a label that says "Count" but it has been covered up):



If I resize the entire window while this is happening, it will redraw the axis correctly. Is there a way that I can redraw the plot axis programatically without re-sizing the entire application?

Thanks much,

Joe.