CChart::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.

The default of this function does nothing. This function should be overridden in the child function (such as CXYChart).


CChart Reference | CPlot Reference