Page 1 of 1

Multiple points display when MaxPOintsPerPage set to 1

Posted: Wed Jun 30, 2010 9:44 am
by 13045482
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.

Re: Multiple points display when MaxPOintsPerPage set to 1

Posted: Thu Jul 01, 2010 9:59 am
by 10050769
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,