Page 1 of 1

annotations don't scale with printout...

Posted: Mon Apr 12, 2004 10:10 pm
by 9080875
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

hey, me again...

Posted: Mon Apr 12, 2004 10:24 pm
by 9080875
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

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

Posted: Tue Apr 13, 2004 2:52 pm
by 9080875
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?

Posted: Wed Apr 14, 2004 1:09 pm
by Chris
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.

Posted: Wed Apr 14, 2004 3:46 pm
by 9080875
thanks