Page 1 of 1

Print problem: horizontal lines

Posted: Thu Jan 27, 2005 3:43 pm
by 9337834
Hi,
Using Delphi 5 and TeeChart Pro 7.0
I've added a Horizontal Line (Shape Series) to my polar chart. I only want the text in the series to appear and not the line itself so I turned all the visible options off. Everything looks normal till I go to print the chart. A black horizontal line shows up over the text when it prints.
Any suggestions on how I can fix the problem?

Thanks
Alain

Posted: Tue Feb 01, 2005 4:55 pm
by Pep
Hi Alain,

which code are you using ?

Posted: Tue Feb 01, 2005 7:21 pm
by 9337834
Hi Pep,
For printing, I was using the code you mentioned in 'Printing Annotations' topic. To Draw the series, I used the Chart Editor.

I have worked around it by using TextOut to the Chart1.Canvas.

Thanks
Alain