CImageChart::DrawDataSet
void DrawDataSet( CDC *pDC, CRect plotRect, double *xRange, double *yRange );
Parameters
- pDC - A pointer to a device context
- plotRect - The rectangle to plot the image inside of
- xRange and yRange are unused in CImageChart and maintained for consistency
Description
This function draws the image inside the rectangle given by plotRect. See scaling variables for information on how the plot is scaled.
CImageChart Reference | CPlot Reference