Search found 5 matches

by Carlos
Mon Sep 19, 2005 2:22 am
Forum: ActiveX
Topic: Chart with multiple axis
Replies: 1
Views: 3386

Chart with multiple axis

Hello,
I created a chart with multiple axis.
I would like to now shows the dotted lines between the "squares" that the axes form.
In the Teechart Pro ActiveX v7 in All Features - Welcome! - Axes - Custom can be seen between the top an bottom charts

Can you help me?


Yours

Carlos Goldberg
by Carlos
Thu Sep 15, 2005 12:09 am
Forum: ActiveX
Topic: Can I pass a disconnected recordset to a crosstab source
Replies: 3
Views: 5022

Hi Narcis,

Thansk for your reply, Unfortunately that's not what I want. I want to use the crosstab source object and not the ADODB support of the chart object.
The problem is that I don't know how many series and points I have beforehand.

Is it possible?

Thanks again

Carlos
by Carlos
Wed Sep 14, 2005 2:43 am
Forum: ActiveX
Topic: Can I pass a disconnected recordset to a crosstab source
Replies: 3
Views: 5022

Can I pass a disconnected recordset to a crosstab source

Hello, I would like to pass a recordset to crosstab source object. Something like: set rs = new adodb.recordset rs.fields.append("grp", ...) rs.fields.append("lbl", ...) rs.fields.append("val", ...) for i = 0 to ... rs.addnew rs(0).value = g(i): rs(1).value = l(i): rs(2).value = v(i) next i rs.batch...
by Carlos
Tue Dec 14, 2004 2:27 am
Forum: ActiveX
Topic: Licensing issue
Replies: 1
Views: 3607

Licensing issue

Hello, I made an ActiveX component that Uses Tee Chart v7 ActiveX. http://www.olapxsoftware.com/demo The sofwtare is compiled with live version and the cab file uses the live version. But, in a PC where I installed the evaluation version, I get a message that the Tee Chart component is evaluation. I...
by Carlos
Fri Dec 10, 2004 8:27 pm
Forum: ActiveX
Topic: Making a 3d bar chart
Replies: 1
Views: 3962

Making a 3d bar chart

Hello,
I make 3D bars chart with several series and few points in each serie.
How can I make each bar thicker so they occupy more space?
Right now they appear very thin.
Either at design, the editor or vb code?

Also how I put the stack setting at runtime?

Yours

Carlos Goldberg