Printing dash-dot lineseries

TeeChart for ActiveX, COM and ASP
Post Reply
ActiveX
Newbie
Newbie
Posts: 3
Joined: Wed Mar 03, 2004 5:00 am

Printing dash-dot lineseries

Post by ActiveX » Fri May 14, 2004 1:10 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 17, 2004 12:42 pm

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.

Post Reply