|
virtual |
Called by the framework when it needs to draw a Chart Object.
Override this method in a derived class to customize appearance of a Chart Object.
The default implementation subsequently calls OnDrawShape() and OnDrawText(), so you can override one of them if needed.
pGM | A pointer to a graphics manager. |
rectDiagram | Specifies a bounding rectangle of diagram area. |