CChart::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.
The default of this function does nothing. This function should be overridden in the child function (such as CXYChart).
CChart Reference | CPlot Reference