Multiple points display when MaxPOintsPerPage set to 1

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Neelam
Advanced
Posts: 193
Joined: Fri Jun 08, 2007 12:00 am

Multiple points display when MaxPOintsPerPage set to 1

Post by Neelam » Wed Jun 30, 2010 9:44 am

When I add multiple points to a point series and set the MaxPointsPerPage = 1. Points display is incorrect.
Me.tcCurve.Series.Clear(True)
ScenB = New Steema.TeeChart.Styles.Points
For iRow = 0 To 5
ScenB.Add(iRow, 5 * iRow)
Next
Me.tcCurve.Series.Add(ScenB)
tcCurve.Page.MaxPointsPerPage = 1

Please see the chart display for different values of MaxPointsPerPage. Please take this issue on high priority.
Attachments
MaxPointsIssue.zip
Multiple Points Display when MaxPointsPerPage = 1
(52.14 KiB) Downloaded 537 times
Last edited by Neelam on Thu Jul 01, 2010 10:45 am, edited 1 time in total.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Multiple points display when MaxPOintsPerPage set to 1

Post by Sandra » Thu Jul 01, 2010 9:59 am

Hello Neelam,

I could reproduce your problem, and I have added it in bug list with number [TF02015014]. We will try to fix it in next maintenance releases of TeeChart.Net.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply