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!
Chart Paging can't used in the smoothed Line series
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Chart Paging can't used in the smoothed Line series
Yes, this is a bug and has been added to our database as id=928.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?
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 |