Wrong behavior: MaxPointsPerPage and two Series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DI
Newbie
Newbie
Posts: 4
Joined: Fri Nov 15, 2002 12:00 am

Wrong behavior: MaxPointsPerPage and two Series

Post by DI » Tue Mar 23, 2004 9:59 am

Situation:
Two Series; XValues.DateTime := true;
different number of points (!); the same time-intervall (!):
Fill Series using AddXY; set MaxPointsPerPage property.

Behavior1:
Series0 has more points than Series1 => Chart is OK

Behavior2:
Series1 has more points than Series0 => Chart calculates NumPages using Series1, but drawing is wrong.

Example:
- Series0: 10 Points
- Series1: 50 Points
- MaxPointsPerPage: 10
=>
- NumPages: 6
- Series are not streched correctly!

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

Post by Pep » Thu Apr 15, 2004 2:01 pm

Hi,

which TeeChart Pro version are you using ?
I've just test it here withe the latest TeeChart Pro v7 and works fine.

DI
Newbie
Newbie
Posts: 4
Joined: Fri Nov 15, 2002 12:00 am

Post by DI » Mon Apr 19, 2004 7:05 am

Hi,

I am using "TeeChart Pro 5.02 VCL".

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

Post by Pep » Mon Apr 19, 2004 11:06 am

Hi,

yes, it has been solved for the TeeChart Pro v6 amd above.

DI
Newbie
Newbie
Posts: 4
Joined: Fri Nov 15, 2002 12:00 am

Post by DI » Mon Apr 19, 2004 11:33 am

Hi,

It's a pity. It is not easy for me to update this components. Could you fix the problem in version 5.02 or can you tell me, how I can do that?

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

Post by Pep » Tue Apr 20, 2004 6:09 pm

Hi,

are you source code customer ?

DI
Newbie
Newbie
Posts: 4
Joined: Fri Nov 15, 2002 12:00 am

Post by DI » Wed Apr 21, 2004 7:49 am

Hi

Yes, I am.

Post Reply