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.
Multiple points display when MaxPOintsPerPage set to 1
Multiple points display when MaxPOintsPerPage set to 1
- Attachments
-
- MaxPointsIssue.zip
- Multiple Points Display when MaxPointsPerPage = 1
- (52.14 KiB) Downloaded 536 times
Last edited by Neelam on Thu Jul 01, 2010 10:45 am, edited 1 time in total.
Re: Multiple points display when MaxPOintsPerPage set to 1
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,
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 |
Instructions - How to post in this forum |