Page 1 of 1

Chart Paging can't used in the smoothed Line series

Posted: Fri Sep 19, 2014 2:19 am
by 15656007
Hello,
I add 100 points in the Line Series ,and set the Page.MaxPointsPerPage is 10, So the page count will be 10,
but when I set the "Smoothed" property of Line Series to true,The total page count will be 81.
Is this a bug in TeeChart?

code:
line1.FillSampleValues(100);
line1.Smoothed = true;
tChart1.Page.MaxPointsPerPage = 10;

running reslut is in the attachment. Thanks!
reslut.rar
(34.37 KiB) Downloaded 741 times

Re: Chart Paging can't used in the smoothed Line series

Posted: Fri Sep 19, 2014 8:42 am
by Christopher
Candy wrote:Hello,
I add 100 points in the Line Series ,and set the Page.MaxPointsPerPage is 10, So the page count will be 10,
but when I set the "Smoothed" property of Line Series to true,The total page count will be 81.
Is this a bug in TeeChart?
Yes, this is a bug and has been added to our database as id=928.