Multiple points display when MaxPOintsPerPage set to 1
Posted: 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.
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.