Search found 8 matches

by AndrewK
Fri Jan 14, 2005 1:46 am
Forum: ActiveX
Topic: 2d Line Series Outline Color
Replies: 7
Views: 14092

<!--METADATA NAME="TeeChart Pro v5 ActiveX Control" TYPE="TypeLib" UUID="{B6C10482-FB89-11D4-93C9-006008A7EED4}"--> <% dim i, j dim strParams strParams = "arealine1:750:230:right:-1:-1:-1:3::Business Labor ():#,##0." dim strLabels strLabels = "Jan 2005:Feb 2005:Mar 2005:Apr 2005:May 2005:Jun 2005:Ju...
by AndrewK
Fri Jan 14, 2005 1:44 am
Forum: ActiveX
Topic: 2d Line Series Outline Color
Replies: 7
Views: 14092

I can't find the attachment newsgroup anywhere.

Here is an example which demonstrates the problem I'm having. Please let me know what I should be doing instead.
by AndrewK
Thu Jan 13, 2005 2:12 am
Forum: ActiveX
Topic: 2d Line Series Outline Color
Replies: 7
Views: 14092

I can't extract and provide a working set of code very easily. But, here is some additional info which I hope is helpful: If I populate the line series with the FillSampleValues method the outline works (oChart.Series(i).FillSampleValues 10). If I populate the line series with the Add method I encou...
by AndrewK
Mon Jan 10, 2005 3:26 pm
Forum: ActiveX
Topic: 2d Line Series Outline Color
Replies: 7
Views: 14092

We're using v5 in ASP pages.

Also, the outline color works when the chart is 3D, but not when it is 2D.
by AndrewK
Fri Jan 07, 2005 11:18 pm
Forum: ActiveX
Topic: 2d Line Series Outline Color
Replies: 7
Views: 14092

2d Line Series Outline Color

I can't get the outline color to work using a 2d line chart with Steema 5. Here is the code I'm using: m_oTChart.Series(i).asLine.outline.visible = true m_oTChart.Series(i).asLine.outline.width = 1 m_oTChart.Series(i).asLine.outline.color = vbBlack The outline shows up and with the proper width but ...
by AndrewK
Wed Jan 14, 2004 5:13 pm
Forum: ActiveX
Topic: Multiple Custom Axes
Replies: 5
Views: 13786

Josep, Yes, I see exactly the same picture as you do. All bars have the same width, however it is not 100% ( as we need ), it feels like 25%. You can go to the edit panel and look at the Series/Format/BarWidth, it shows 70% ( which is not true ). Try to set "100%", all bars will reset the width to 1...
by AndrewK
Tue Jan 13, 2004 11:21 pm
Forum: ActiveX
Topic: Multiple Custom Axes
Replies: 5
Views: 13786

It still doesn't work properly.
It's getting better, though: the last bar ( well, actually the first, I'm sorry ) is visible, but its width definitely not 100%, rather 30-40%

Andrew
by AndrewK
Mon Jan 12, 2004 7:56 pm
Forum: ActiveX
Topic: Multiple Custom Axes
Replies: 5
Views: 13786

Multiple Custom Axes

We're using v5 ( and testing v6) as a server side component for ASP. I'm trying to create horizontal stacked bar chart with multiple vertical custom axes. The problem is that the last bar in every vertical is always a line (in v5 ) or a bar 5 times more narrow than the other bars ( v6 ). Also, it's ...