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

Draws the text box shape.

This method overrides CBCGPChartObject::OnDrawShape. It draws the connector and then calls the base class to draw the text box.

Override this method in a derived class to customize appearance of the text box.

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

Reimplemented from CBCGPChartObject.