BCGSuite for MFC
virtual void CBCGPChartObject::OnDraw ( CBCGPGraphicsManager pGM,
const CBCGPRect rectDiagram 
)
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.

Parameters
pGMA pointer to a graphics manager.
rectDiagramSpecifies a bounding rectangle of diagram area.