Page 1 of 1

Line types not printing correctly

Posted: Fri Apr 08, 2011 11:30 am
by 16457834
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

Re: Line types not printing correctly

Posted: Fri Apr 08, 2011 3:27 pm
by yeray
Hello Trevor,

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

Code: Select all

TeeCheckPenWidth:=true;

Re: Line types not printing correctly

Posted: Fri Apr 08, 2011 4:08 pm
by 16457834
Yes that works! Thanks very much.