Search found 7 matches

by Paul2
Sat Mar 18, 2006 6:44 pm
Forum: ActiveX
Topic: How to change text in legend?
Replies: 1
Views: 2998

How to change text in legend?

I want the legend to say something other than "Series0" and "Series1", but I don't want to rename the series. How can I do that?
by Paul2
Mon Mar 13, 2006 5:20 pm
Forum: ActiveX
Topic: Where to install OCX?
Replies: 1
Views: 3280

Where to install OCX?

When distributing a compiled application that uses TeeChart, where should the OCX be installed? The application directory? c:\windows? windows\system32? Other?

Anything else I should know?
by Paul2
Thu Mar 02, 2006 8:32 pm
Forum: ActiveX
Topic: Left axis title overwritten by axis labels
Replies: 1
Views: 2935

Left axis title overwritten by axis labels

I have a graph with a title on the left axis. At some scales (some values of axis labels), the labels and title occupy the same space. Also, there's another graph directly underneath and aligned with this one, and with the exact same width. But this one's axis title is several pixels to the left of ...
by Paul2
Thu Mar 02, 2006 2:13 pm
Forum: ActiveX
Topic: Cannot change data source from function
Replies: 2
Views: 3716

Thank you.

Like I said, for me, setting datasource = manual at run time did not fix the problem, but I did not make the CheckDataSource call. That must be the difference.

I did fix it by deleting the series and creating a new one.
by Paul2
Thu Mar 02, 2006 2:07 pm
Forum: ActiveX
Topic: Null values treated as zero in automatic scale
Replies: 3
Views: 4652

Thanks. However, I am using the stairstep option on this graph, so I do not want the points to join up. The data is missing, so I want it to appear missing.
by Paul2
Sat Feb 25, 2006 1:15 am
Forum: ActiveX
Topic: Null values treated as zero in automatic scale
Replies: 3
Views: 4652

Null values treated as zero in automatic scale

I have a series for which some values are missing. I add them as nulls, which works fine. But the left axis for this series is set to automatic, and the nulls set the axis scale minimum to zero even though the rest of the data is in the range of 400-500. That totally ruins the scale of the graph. Nu...
by Paul2
Fri Feb 24, 2006 6:49 pm
Forum: ActiveX
Topic: Cannot change data source from function
Replies: 2
Views: 3716

Cannot change data source from function

I have a chart with three series. Series(2) I set as a function, to be equal to series(0). Now I want to change it back to manual, but changes made to it in the Edit window are not saved - it keeps reverting back to = series(0), regardless of what data I put into it at runtime. Even setting series(2...