annotations don't scale with printout...

TeeChart for ActiveX, COM and ASP
Post Reply
Duane
Newbie
Newbie
Posts: 9
Joined: Tue Feb 17, 2004 5:00 am
Location: Houston, TX

annotations don't scale with printout...

Post by Duane » Mon Apr 12, 2004 10:10 pm

is there a quick property setting i can grab to get my annotations to print wsiwyg??? now they are printing in the upper left corner of the page

Duane
Newbie
Newbie
Posts: 9
Joined: Tue Feb 17, 2004 5:00 am
Location: Houston, TX

hey, me again...

Post by Duane » Mon Apr 12, 2004 10:24 pm

i also need to offer my user to set trendline at runtime, the code seemed pretty simple,

i use something like (in VB6)

with tc
idx = .AddSeries....
.Series(idx).SetFunction(tfTrend)
.Series(idx).DataSource = "ProductionRate"
end with

this is where ProductionRate is a Series already in the chart....

any help would be appreciated

Duane
Newbie
Newbie
Posts: 9
Joined: Tue Feb 17, 2004 5:00 am
Location: Houston, TX

ok, nevermind, I think I've found enough info from...

Post by Duane » Tue Apr 13, 2004 2:52 pm

other posts to solve my problems, yes, I should've read the tutorials, but you know, deadlines and all, i could use some further clarification on the annotation problem though, I see the solution form the post @
http://www.teechart.net/support/modules ... 7049a4949b,
but what does this accomplish relative to the postiioning of the annotation?

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Wed Apr 14, 2004 1:09 pm

Hi --
but what does this accomplish relative to the postiioning of the annotation?
By positioning the annotation tools relative to other TeeChart objects (in this case series points) then they export to bitmaps and metafiles (and therefore print) WYSIWYG.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Duane
Newbie
Newbie
Posts: 9
Joined: Tue Feb 17, 2004 5:00 am
Location: Houston, TX

Post by Duane » Wed Apr 14, 2004 3:46 pm

thanks

Post Reply