Yes this is the correct behavior because you have not set up your graph to keep a copy of the original plot data. Therefore, when it is rescaled, the original data is not available to redraw. We give you this option for performance reasons in case you don't want our graph taking up memory with the original plot data. The problem will go away if you check the "Copy Original Plot Data" in the graph control settings, or programmatically it's:
SetCtrlAttribute (handle, PANEL_GRAPH, ATTR_COPY_ORIGINAL_DATA, 1);
Best Regards,
Chris Matthews
National Instruments