sanjana
sanjana

Reputation:

vc++ Line Graph Example

Can someone please provide me with a hint on how to draw a line graph in vc++ 6.0?

Upvotes: 0

Views: 3697

Answers (1)

INS
INS

Reputation: 10820

In MFC:

See LineTo and also MoveTo from CDC.

And use CPaintDC to draw on the OnPaint event like here.

Upvotes: 2

Related Questions