2D Line width

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
ZooX
Newbie
Newbie
Posts: 18
Joined: Tue Aug 25, 2009 12:00 am

2D Line width

Post by ZooX » Mon Jun 14, 2010 7:05 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: 2D Line width

Post by Yeray » Wed Jun 16, 2010 2:04 pm

Hi ZooX,

Have you tried the following?

Code: Select all

line1.getLinePen().setWidth(3);
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply