CChart::DrawPlotTitle
void DrawPlotTitle( CDC *pDC, CRect destRect, CRect plotRect );
Parameters
- pDC - A pointer to a device context
- destRect - The total plotting area of the chart
- plotRect - That portion of the plotting area where data is plotted
Description
This function draws the plot title, taking into account the position of the plot and whether or not an upper axis exists.
CChart Reference | CPlot Reference