Wrong behavior: MaxPointsPerPage and two Series
Posted: 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!
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!