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
Line types not printing correctly
Re: Line types not printing correctly
Hello Trevor,
Try with the following (you'll need to add the TeeCanvas unit to the uses clause):
Try with the following (you'll need to add the TeeCanvas unit to the uses clause):
Code: Select all
TeeCheckPenWidth:=true;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Line types not printing correctly
Yes that works! Thanks very much.