Page 1 of 1

Line Graph

Posted: Tue Jan 20, 2004 4:03 pm
by 8120653
How can you increase the actual thickness of the line drawn on a line graph? The default size seems to be very thin and hard to see for our users. Any help would be appreciated.

Posted: Tue Jan 20, 2004 4:58 pm
by Marjan
Hi.

Try the following:

Code: Select all

line1.LinePen.Width = 5; 

Posted: Tue Jan 20, 2004 5:26 pm
by 8120653
Thank you. That worked!!!