Series Marks show improperly (axis range related)
Posted: Wed Nov 19, 2003 8:23 pm
I am using Axis SetMinMax to implement paging (I can't use paging for various reasons). Let's say I have a chart with 200 points and I set min to 0 and max to 99.
On a line series in this chart I then display series marks (setting custom text in the event handler). Marks for points after 99 show at the right edge of the chart. That's the first problem.
If I page to the axis range 100 to 199, marks for some of the first 100 points stay on screen right where they were previously displayed (in the middle of the chart for example). That is the second problem.
Hopefully you can reproduce this easily.
On a line series in this chart I then display series marks (setting custom text in the event handler). Marks for points after 99 show at the right edge of the chart. That's the first problem.
If I page to the axis range 100 to 199, marks for some of the first 100 points stay on screen right where they were previously displayed (in the middle of the chart for example). That is the second problem.
Hopefully you can reproduce this easily.