TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Alain
- Newbie
- Posts: 2
- Joined: Mon Jun 14, 2004 4:00 am
Post
by Alain » Thu Jan 27, 2005 3:43 pm
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
-
Pep
- Site Admin
- Posts: 3298
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Tue Feb 01, 2005 4:55 pm
Hi Alain,
which code are you using ?
-
Alain
- Newbie
- Posts: 2
- Joined: Mon Jun 14, 2004 4:00 am
Post
by Alain » Tue Feb 01, 2005 7:21 pm
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