Chart Paging can't used in the smoothed Line series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Candy
Newbie
Newbie
Posts: 57
Joined: Mon Apr 26, 2010 12:00 am
Contact:

Chart Paging can't used in the smoothed Line series

Post by Candy » 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!
reslut.rar
(34.37 KiB) Downloaded 736 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

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

Post by Christopher » Fri Sep 19, 2014 8:42 am

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.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply