Line types not printing correctly

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
toreba
Newbie
Newbie
Posts: 6
Joined: Wed Nov 10, 2010 12:00 am

Line types not printing correctly

Post by toreba » Fri Apr 08, 2011 11:30 am

Hi,

Using TChart Pro v2010.01.11004 Win32 in Delphi 2007, TLineSeries created and shown correctly as psDash or psDashDot are always printed as solid lines by TChart.Print. Is this a bug?

Thanks

Trevor Cooper

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

Re: Line types not printing correctly

Post by Yeray » Fri Apr 08, 2011 3:27 pm

Hello Trevor,

Try with the following (you'll need to add the TeeCanvas unit to the uses clause):

Code: Select all

TeeCheckPenWidth:=true;
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

toreba
Newbie
Newbie
Posts: 6
Joined: Wed Nov 10, 2010 12:00 am

Re: Line types not printing correctly

Post by toreba » Fri Apr 08, 2011 4:08 pm

Yes that works! Thanks very much.

Post Reply