Chart Paging can't used in the smoothed Line series
Posted: Fri Sep 19, 2014 2:19 am
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!
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!