Can someone please provide me with a hint on how to draw a line graph in vc++ 6.0?
|
|
|||
|
|
|
Ru asking about Chart or just to draw a line if so check this url http://www.functionx.com/visualc/gdi/lines.htm |
||
|
|
|
|
Please look at Similar question http://stackoverflow.com/questions/362021/vc-mfc-line-chart/362052 You will get answer also.. |
|||
|
|
|
|
In MFC: See LineTo and also MoveTo from CDC. And use CPaintDC to draw on the OnPaint event like here. |
||
|
|
|
|
Here you go - courtesy of Code Project |
||
|
|
