Still not printing

TeeChart for ActiveX, COM and ASP
Post Reply
Rossmc
Newbie
Newbie
Posts: 27
Joined: Wed Jul 28, 2004 4:00 am
Location: South Africa

Still not printing

Post by Rossmc » Wed Feb 22, 2006 8:02 am

Hi Narcis

Just worried that this got overlooked in my lost topic re: v6 Printing. My original question was around printing custom text. You suggested I use the procedure as described in the example app, which is actually already what I was doing.

However, when looking at the preview panel on screen, the text appears. When I print it is not visible? Here is a code snippet, from the OnAfter_Draw event:

With taPreview.Canvas
.Pen.Visible = True
.Font.Color = vbBlue
.Font.Size = 12
.TextOut taPreview.PaperRect.Left + 50, taPreview.PaperRect.Top + 20, "Chart Name"
End With

Thanks

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

Post by Pep » Mon Feb 27, 2006 12:21 pm

Hi,

does the example I've posted into our newsgroups at news://www.steema.net/steema.public.attachments newsgroup (with the same subject) works fine for you ?

Post Reply