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
Printing dash-dot lineseries
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com