CXYChart::OnDraw


virtual void OnDraw( CDC *pDC, CRect destRect );
virtual void OnDraw( CDC *pDC, CRect destRect , CRect updateRect );

Parameters

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