Line Graph

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
smcmickens
Newbie
Newbie
Posts: 11
Joined: Thu Mar 06, 2003 5:00 am

Line Graph

Post by smcmickens » Tue Jan 20, 2004 4:03 pm

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue Jan 20, 2004 4:58 pm

Hi.

Try the following:

Code: Select all

line1.LinePen.Width = 5; 
Marjan Slatinek,
http://www.steema.com

smcmickens
Newbie
Newbie
Posts: 11
Joined: Thu Mar 06, 2003 5:00 am

Post by smcmickens » Tue Jan 20, 2004 5:26 pm

Thank you. That worked!!!

Post Reply