ValueIndex in OnClickSeries is sometimes wrong
Posted: Thu Dec 22, 2005 3:03 pm
We have an app that shows a chart on the bottom half of the form and data values at the top. If you click a point on the chart, the app is supposed to show the data values for that point. We are finding that if the data is closely grouped around a Y axis value, the valueindex for the onclickseries event is always one point off. The data values at the top of the form are showing for the point BEFORE the point we clicked. Have you encountered this before? How would we fix this?