Search found 8 matches

by Andras
Wed Oct 13, 2004 3:54 pm
Forum: ActiveX
Topic: AddArray problem
Replies: 3
Views: 6419

[quote="Pep"]Hi Andras,

which TeeChart Pro version are you using ? I've just test it here using the v7.02 with VB6 and works fine.[/quote


I've got V6.

Regards

Andras
by Andras
Wed Oct 13, 2004 12:27 pm
Forum: ActiveX
Topic: AddArray problem
Replies: 3
Views: 6419

AddArray problem

Dear Support I have newbie like question: Uppon adding a simple array to the chart with the AddArray method, i get the following error message: "Variant or safe array index out of bounds" The following simple VB code wo'nt work: Dim X_ARRAY(10) As Single Dim Y_ARRAY(10) As Single Dim I As Integer Ra...
by Andras
Thu Oct 07, 2004 5:30 am
Forum: ActiveX
Topic: posting it again: slow line series adding process
Replies: 1
Views: 4191

posting it again: slow line series adding process

Dear Support In my VB6 application the program run to a branch, where 3080 line series have to be added to two charts each. While the adding process is fast with the first series, it terribly slows down after c. 2000. After 2500 it even takes about a second or even more to add a series to the charts...
by Andras
Tue Oct 05, 2004 7:47 am
Forum: ActiveX
Topic: slow line series adding process
Replies: 1
Views: 4268

slow line series adding process

Dear Support In my VB6 application the program run to a branch, where 3080 line series have to be added to two charts each. While the adding process is fast with the first series, it terribly slows down after c. 2000. After 2500 it even takes about a second or even more to add a series to the charts...
by Andras
Sun Oct 03, 2004 2:21 am
Forum: ActiveX
Topic: limit of line series on a chart
Replies: 4
Views: 7750

Pep wrote:Hi Andras,

maximum 134217727 points per Series and same number of Series per Chart.
Gr8!! I'm relaxed, this will be certainly enough for a while :D
Tx Pep, regards

Andras
by Andras
Fri Oct 01, 2004 7:00 pm
Forum: ActiveX
Topic: limit of line series on a chart
Replies: 4
Views: 7750

limit of line series on a chart

Dear Support

I have a very simple question: is there a limit how many line (or point, or both) series I can put on a chart?

Tx, regards

Andras
by Andras
Wed Apr 07, 2004 6:11 am
Forum: ActiveX
Topic: spline values
Replies: 1
Views: 5577

spline values

Dear Steema TChartt V6 has a spline smoothing capability. Is it possible to have acces to the smoothed spline value at a given location, i.e. x value? In other words is it possible to get y = f(x), where f is the spline function, x the given location and y the smootehed value? This could be very ues...
by Andras
Wed Mar 24, 2004 6:58 pm
Forum: ActiveX
Topic: strange area series behavior after upgrade to V6
Replies: 1
Views: 5601

strange area series behavior after upgrade to V6

Hi I have upgraded my TChart from V5 to V6. In my application I had one chart, where I had several area series, and with some sliders I could change their transparency. So I could conveniently show several values simultaneously by changing the transparency. In V5 it was working fine I could change f...