Code: Select all
Dim PointLabel As String = s.Item(valueIndex).Label
Ok, there is definitely something that we have misunderstood. How can I tell? It's easy! Since we've had this problem, when I'm adding these points to my series I am now trying to read back what I think should be at that index, thus:
Code: Select all
With tch.Series(currentS)
.Add(x, y, "X" & someNumber.toString, Series.PlotSeriesColor)
Debug.WriteLine(" Index: " & index & ", " & .Item(index).Label)
index += 1
Thoughts?
It is not likely to be easy to extract a simple example reproducing this and I, unfortunately, cannot share the source of the entire project with you. I can give you a user (please email me privately for this) to allow you to download our executable and then I can supply files to allow you to see the problem in action. I could also, again, off group, supply you with much of the code around this problem.
regards,
charles