BCGControlBar Pro for MFC
virtual BOOL CBCGPChartVisualObject::OnGetAxisNameAreaRect ( CBCGPChartAxis pAxis,
CBCGPRect rectAxisNameArea 
)
virtual

Called to retrieve a bounding rectangle of axis name.

Override this method in a derived class and return TRUE, if you wish to customize position and size of an axis name.

By default this method returns a rectangle stored in CBCGPChartAxis::m_rectAxisName.

Parameters
pAxisA pointer to an axis.
rectAxisNameAreaContains axis name rectangle when the method returns.