SRGraphView::OnEraseBkgnd

BOOL SRGraphView::OnEraseBkgnd(void)

Handles Erase Background message
Note that the background does not need to be erased. The graph itself will handle all of the painting of the client area.
The one caveat is that you must remember to have one item on the component list which draws a fill of some description over the whole screen area. If you do not, you will find that the background is filled with whatever rubbish happened to be in the memory at the time. If you use CView's OnEraseBkgnd routine here, you will get a nasty screen flicker even if the graph is back buffering the drawing process.

Defined in: GraphVw.cpp