Reputation:
Can someone please provide me with a hint on how to draw a line graph in vc++ 6.0?
Upvotes: 0
Views: 3697
Reputation: 10820
In MFC:
See LineTo and also MoveTo from CDC.
And use CPaintDC to draw on the OnPaint event like here.
Upvotes: 2