vote up 0 vote down star

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

flag
Please take the time to write your english proplery next time. Remember that people need to understand your question in order to answer it. So stop abbreviate. – Filip Ekberg Feb 2 at 10:36

4 Answers

vote up -1 vote down

Ru asking about Chart or just to draw a line if so check this url http://www.functionx.com/visualc/gdi/lines.htm

link|flag
vote up 0 vote down

Please look at Similar question http://stackoverflow.com/questions/362021/vc-mfc-line-chart/362052 You will get answer also..

link|flag
vote up 2 vote down

In MFC:

See LineTo and also MoveTo from CDC.

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

link|flag
vote up 0 vote down

Here you go - courtesy of Code Project

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.