CAxis::OnDraw
void OnDraw( CDC *pDC, CRect clientRect, CRect chartRect );
void OnDraw( CDC *pDC, CRect clientRect, CRect chartRect, CRect updateRect );
Parameters
- pDC - Pointer to a device contect
- clientRect - The destination rectangle for the entire chart
- chartRect - That portion of the client rectangle reserved for the data area of 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
This function draws the current axis. The coordinates of clientRect, chartRect and updateRect should be LOMETRIC.
CAxis Reference | CPlot Reference