CXYChart::OnDraw
virtual void OnDraw( CDC *pDC, CRect destRect );
virtual void OnDraw( CDC *pDC, CRect destRect , CRect updateRect );
Parameters
- pDC - Pointer to a device contect
- destRect - The destination rectangle for the chart
- updateRect - The clipping region of the client rectangle. If this value is not passed, the entire client rectangle is assumed to be the updateRect
Description
The coordinates of clientRect, chartRect and updateRect should be LOMETRIC.
This function draws the entire chart area including axes, titles, and data sets. The updateRect is used only to determine whether or not to draw the data sets.
CXYChart Reference | CPlot Reference