CChart::GetPlotRect


virtual CRect GetPlotRect( CDC *pDC, CRect clientRect );

Parameters

Returns

A rectangle which encompasses only that portion of the chart where the data is displayed. This does not include axes, etc.

Description

The default implementation of this function returns clientRect. It should be overridden by the child class (see CXYChart::GetPlotRect).


CChart Reference | CPlot Reference