954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

vb line graph questions

hi im using the chart to make a graph
the graph is generated through user input
i was wondering about a couple of things

1. how to change the line thickness for an individual generated line or all of the lines
2. how to change the colour of an individual generated line
3. im using the add xy function to draw each point. a while loop didnt work so i had to write the code for each one i wanted..is there any way of avoiding that

thankyou in advance

thinkingofaname
Newbie Poster
7 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

1. can be done using .BorderWidth = (thickness in Integer value)
2. I dont exactly remember but I think it was border.color = (your color)
3. look for opensource components. I think I've seen someone use one called NPlot or RPlot, google is your best friend.

bluehangook629
Posting Whiz in Training
204 posts since Dec 2009
Reputation Points: 11
Solved Threads: 14
 

thanks

thinkingofaname
Newbie Poster
7 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: