CXYChart::DrawPlotBasics
void DrawPlotBasics( CDC *pDC, CRect destRect, CRect plotRect );
Parameters
- pDC - A pointer to a device contect
- destRect - The total destination rectangle of the chart
- plotRect - That portion of destRect where the image is plotted
Description
This function erases the background, draws the grids and draws a border around the image.
CXYChart Reference | CPlot Reference