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
Search found 5 matches
- Mon Sep 19, 2005 2:22 am
- Forum: ActiveX
- Topic: Chart with multiple axis
- Replies: 1
- Views: 3422
- Thu Sep 15, 2005 12:09 am
- Forum: ActiveX
- Topic: Can I pass a disconnected recordset to a crosstab source
- Replies: 3
- Views: 5072
- Wed Sep 14, 2005 2:43 am
- Forum: ActiveX
- Topic: Can I pass a disconnected recordset to a crosstab source
- Replies: 3
- Views: 5072
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...
- Tue Dec 14, 2004 2:27 am
- Forum: ActiveX
- Topic: Licensing issue
- Replies: 1
- Views: 3648
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...
- Fri Dec 10, 2004 8:27 pm
- Forum: ActiveX
- Topic: Making a 3d bar chart
- Replies: 1
- Views: 3993
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
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