Page 1 of 1

How to make line thicker

Posted: Mon Jan 31, 2005 8:20 pm
by 8127860
All,

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

Thanks,
Amy

Posted: Tue Feb 01, 2005 7:14 am
by Marjan
Hi, Amy.

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

Code: Select all

line1.LinePen.Width = 5;