SRGraphView::DrawToBitmap

void SRGraphView::DrawToBitmap(CDC pDC, CBitmap& bmp)

This function renders the Chart into the supplied bitmap.

Defined in: GraphVw.cpp

Return Value

void

Parameters

pDC

DC used in creating the bitmap. The function use this DC to create a compatible memory DC to render the chart to the bitmap.

bmp

A reference to the bitmap used to render the Chart