Search found 6 matches

by TCubs
Thu Dec 29, 2005 9:07 pm
Forum: ActiveX
Topic: how to autowrap header text?
Replies: 3
Views: 6094

how to autowrap header text?

Hi,

I need to find out how to autowrap a header text which might be too long for the width of the chart? W/o setting the autowrap on, the header text line gets truncated if it's too long.

Hope I've said the issue clearly enough.

Thanks.
by TCubs
Tue Mar 08, 2005 4:19 pm
Forum: ActiveX
Topic: Spline in ActiveX with ASP
Replies: 1
Views: 4045

Spline in ActiveX with ASP

Hi I am trying to implement Spline Smoothing on a data series with ActiveX6 in an ASP environment. I dont have access to ENUM types & the only examples I can find involve tfSmothing. I want something like this, I think: Chart1.Series(1).SetFunction(X) Chart1.Series(1).DataSource = Chart1.Series(0) C...
by TCubs
Tue Nov 23, 2004 8:26 pm
Forum: ActiveX
Topic: Bubble chart
Replies: 3
Views: 7382

Hi Josep, Thanks for this. I did get the example to work. I have a 2D table of values that I'd like to display is a bubble chart, where the size of the bubble is represented by the value in the cell. I would therefore get a chart with 'bubbles' replacing the table 'cells'. Is this possible? The char...
by TCubs
Mon Nov 22, 2004 9:50 pm
Forum: ActiveX
Topic: Bubble chart
Replies: 3
Views: 7382

Bubble chart

Hi, I would really like to use the Bubble series as this is perfect for a project I am working on. I am using TeeChart version 6 of the ASP plug-in. Please can you show me a short code snippet that will generate a simple bubble chart, and also let me know what each option is. I believe it is somethi...
by TCubs
Mon Oct 25, 2004 2:59 pm
Forum: ActiveX
Topic: Multi-series bar chart problem
Replies: 3
Views: 6079

I can also send the 2 resulting JPGs if that's clearer, if you let me know an email address. the main function call is below: function BreakoutsChart(SummaryArray) dim oChart, fName, valType, Portfolio, Benchmark, Liability, Buffer, maxY, minY redim Portfolio(ubound(SummaryArray, 2), 1) redim Liabil...
by TCubs
Mon Oct 25, 2004 2:39 pm
Forum: ActiveX
Topic: Multi-series bar chart problem
Replies: 3
Views: 6079

Multi-series bar chart problem

Hi, I have recently upgraded from v4 to v6 of the ASP version of TeeChart. I have noticed a problem with the bar chart series. Previously, we had a barchart with 3 series per item. There was a very small gap between series of the same item and a slightly larger gap between the 3rd series of the prev...