CXYChart::DrawDataSet
void DrawDataSet( CDC *pDC, CRect plotRect, double *xRange, double *yRange );
Parameters
- pDC - A pointer to a device contect
- plotRect - The rectangle to draw the data inside of
- xRange - The x range of the chart
- yRange - The y range of the chart
Description
Draws all the data sets within the rectangle given by plotRect.
CXYChart Reference | CPlot Reference