limit of line series on a chart

TeeChart for ActiveX, COM and ASP
Post Reply
Andras
Newbie
Newbie
Posts: 8
Joined: Mon Jul 08, 2002 4:00 am
Location: Hungary

limit of line series on a chart

Post by Andras » Fri Oct 01, 2004 7:00 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Sat Oct 02, 2004 8:24 am

Hi Andras,

maximum 134217727 points per Series and same number of Series per Chart.

Andras
Newbie
Newbie
Posts: 8
Joined: Mon Jul 08, 2002 4:00 am
Location: Hungary

Post by Andras » Sun Oct 03, 2004 2:21 am

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

Neil
Newbie
Newbie
Posts: 10
Joined: Wed Oct 09, 2002 4:00 am
Location: UK
Contact:

Post by Neil » Fri Oct 08, 2004 11:44 am

Something to bear in mind...

If this is a real time graph and you are not using FastLineSeries it will be very slow to plot a graph with this many items.

My application generates around 20 items per second, with a new series every 20 seconds When using LineSeries, I couldn't show 1000 series of 100 items in real time.

The way I overcame this was when there are more than 100 series, remove every other series. In this way the display only has to show a maximum of 100*100*25 points.

YMMV

Neil

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 08, 2004 4:13 pm

Hi,

you can find a good technical article about the Real-Time charting here.

It's for VCL version but could be applicable in the ActiveX version.

Post Reply