Search found 9 matches

by Duane
Wed Apr 14, 2004 8:03 pm
Forum: ActiveX
Topic: still having annotation printing problems
Replies: 1
Views: 8886

still having annotation printing problems

i put the calcxpos & calcypos calls in OnBeforeDrawSeries, used the results to Move the annotaions, the Print Preview shows the annotations and callouts correctly positioned but the printout prints them offset, looks like about consistently -300pixels in the x and -300 pixels in the y (- to the Left...
by Duane
Wed Apr 14, 2004 7:11 pm
Forum: ActiveX
Topic: trendline problem still
Replies: 4
Views: 8637

thanks
by Duane
Wed Apr 14, 2004 3:59 pm
Forum: ActiveX
Topic: trendline problem still
Replies: 4
Views: 8637

weird...

i actually thought for awhile that there was a problem with spaces in a Series name/title....anyway, that is not the case, the code pasted here tries to add a trendline DataSource based on the Title of another series, based on the following comment in the example... 'Datasource accepts the Series ti...
by Duane
Wed Apr 14, 2004 3:46 pm
Forum: ActiveX
Topic: annotations don't scale with printout...
Replies: 4
Views: 9249

thanks
by Duane
Tue Apr 13, 2004 4:42 pm
Forum: ActiveX
Topic: trendline problem still
Replies: 4
Views: 8637

trendline problem still

ok, i went thru the tutorial, i can add a trendline just fine using the sample code provided, but in my app the DataSource property doesn't take, i checked the values for the added series in the editor, everything is added, everything is set properly EXCEPT the datasource, it is blank, I've loaded t...
by Duane
Tue Apr 13, 2004 2:52 pm
Forum: ActiveX
Topic: annotations don't scale with printout...
Replies: 4
Views: 9249

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.php?name=Forums&file=viewtopic&t=200&sid=61f76a3...
by Duane
Mon Apr 12, 2004 10:24 pm
Forum: ActiveX
Topic: annotations don't scale with printout...
Replies: 4
Views: 9249

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.... ...
by Duane
Mon Apr 12, 2004 10:10 pm
Forum: ActiveX
Topic: annotations don't scale with printout...
Replies: 4
Views: 9249

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
by Duane
Tue Feb 17, 2004 8:14 pm
Forum: ActiveX
Topic: x axis scaling
Replies: 1
Views: 6160

x axis scaling

I am unable to figure out how to limit the data visible on a horizontal line series to the min/max values of it's x axis. For instance I have one chart with 6 horizontal line series' Each line series is associated with its own custom horizontal axis because each line has it's own scale the first 3 c...