I want to make a bar graph in VB2005.
I made it in VB6.0 by picture1.line (x1,y1)-(x2,y2) in side a picture box. But in VB2005, it's showing an error that "Line" is not a member of "picture1".
Then how to make a bar graph in VB2005.
Somnath
<email removed>
I made it in VB6.0 by picture1.line (x1,y1)-(x2,y2) in side a picture box. But in VB2005, it's showing an error that "Line" is not a member of "picture1".
Then how to make a bar graph in VB2005.
Somnath
<email removed>
Comment