How to make line thicker

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Amy
Newbie
Newbie
Posts: 8
Joined: Mon Nov 15, 2004 5:00 am

How to make line thicker

Post by Amy » Mon Jan 31, 2005 8:20 pm

All,

I am making Line chart and want to make it a littler thicker than default one.

Thanks,
Amy

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

Post by Marjan » Tue Feb 01, 2005 7:14 am

Hi, Amy.

This can be done by changing the line series LinePen.Width integer value:

Code: Select all

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

Post Reply