Page 1 of 1

2D Line width

Posted: Mon Jun 14, 2010 7:05 pm
by 15354147
How do I increase the width of the Line() in a 2D chart? It is very skinny and hard to read when I have a certain amount of data.

Re: 2D Line width

Posted: Wed Jun 16, 2010 2:04 pm
by yeray
Hi ZooX,

Have you tried the following?

Code: Select all

line1.getLinePen().setWidth(3);