|
virtual |
Called to draw the chart.
This is the key method that draws the chart. It calls a couple of overridable drawing helpers that draw different parts of the chart.
It also calls AdjustLayout() before drawing if the chart is "dirty". You can override this method in a derived class if you need to customize drawing in any way.
flags can be one or combination of the following values:
A chart displays only static elements.
pGM | A pointer to a graphics manager. |
rectClip | Clipping rectangle. |
dwFlags | Flags. |
Implements CBCGPBaseVisualObject.