annotations don't scale with printout...
annotations don't scale with printout...
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...
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
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...
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?
http://www.teechart.net/support/modules ... 7049a4949b,
but what does this accomplish relative to the postiioning of the annotation?
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi --
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.but what does this accomplish relative to the postiioning of the annotation?
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/
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/