Search found 8 matches
- Fri Jan 14, 2005 1:46 am
- Forum: ActiveX
- Topic: 2d Line Series Outline Color
- Replies: 7
- Views: 14431
<!--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...
- Fri Jan 14, 2005 1:44 am
- Forum: ActiveX
- Topic: 2d Line Series Outline Color
- Replies: 7
- Views: 14431
- Thu Jan 13, 2005 2:12 am
- Forum: ActiveX
- Topic: 2d Line Series Outline Color
- Replies: 7
- Views: 14431
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...
- Mon Jan 10, 2005 3:26 pm
- Forum: ActiveX
- Topic: 2d Line Series Outline Color
- Replies: 7
- Views: 14431
- Fri Jan 07, 2005 11:18 pm
- Forum: ActiveX
- Topic: 2d Line Series Outline Color
- Replies: 7
- Views: 14431
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 ...
- Wed Jan 14, 2004 5:13 pm
- Forum: ActiveX
- Topic: Multiple Custom Axes
- Replies: 5
- Views: 13931
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...
- Tue Jan 13, 2004 11:21 pm
- Forum: ActiveX
- Topic: Multiple Custom Axes
- Replies: 5
- Views: 13931
- Mon Jan 12, 2004 7:56 pm
- Forum: ActiveX
- Topic: Multiple Custom Axes
- Replies: 5
- Views: 13931
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 ...