BCGSuite for MFC
virtual void CBCGPChartVisualObject::OnDrawAxisLabel ( CBCGPGraphicsManager pGM,
double  dblCurrValue,
CString &  strLabel,
CBCGPChartAxis pAxis,
const CBCGPRect rectLabel,
const CBCGPRect rectLabels,
const CBCGPRect rectDiagram 
)
virtual

Called by the framework to draw an axis label.

Override this method in a derived class if you need to customize appearance of axes labels.

You also need to override OnCalcAxisLabelSize().

Parameters
pGMA pointer to a graphics manager.
dblCurrValueSpecifies a value whose label is being drawn.
strLabelLabel text.
pAxisA pointer to an axis.
rectLabelLabel's bounding rectangle.
rectLabelsBounding rectangle for all axis labels.
rectDiagramBounding rectangle of diagram.