BCGControlBar Pro for MFC
virtual void CBCGPChartObject::OnDrawShape ( CBCGPGraphicsManager pGM,
const CBCGPRect rectDiagram 
)
protectedvirtual

Called to draw a Chart Object's shape.

Called from OnDraw() to draw a Chart Object's shape with current formatting options.

You can override this method in a derived class to customize appearance of a Chart Object.

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

Reimplemented in CBCGPChartTextObject.