Page 1 of 1

Printing dash-dot lineseries

Posted: Fri May 14, 2004 1:10 pm
by 9081016
Hi,

I have charts including lineseries with style "dash-dot". When printing the chart, the lineseries with style "dash-dot" or not printed.

??


Derk Lennips

Posted: Mon May 17, 2004 12:42 pm
by Pep
Hi Derk,

yes, you're correct, it's a known defect, already added on our bug list. In meantime you can try to :

1. Set the linePen.Width to 2.
2. Or Export the Chart to MetaFile, e.g.
TChart1.Export.asMetafile.Enhanced = True
TChart1.Export.asMetafile.SaveToFile "c:\text.emf"
and then draw this metafile onto the Printer Canvas using Windows API calls.