Objective Chart : PART I User’s Guide : Chapter 13 Optimizing Performance : Disable Background Drawing
Disable Background Drawing
By default, Objective Chart draws the chart on a memory bitmap and then BitBlt’s the image on the screen. This avoids flicker in rapidly updating charts, but it does require an extra drawing step.
To disable background drawing, call SRGraph::SetBackgroundDraw(FALSE).