I have a simple XY scatter line plot on a chart. I wish to implement the cursor tool over these so that in a text box it displays the current X position and Y position of the NDataCursorTool. I know there is some documentation on this already, but it is confusing to me and does not work when I implement it into my VB.NET program. Can somebody show me how to implement these cursors on my NChartControl? Perhaps a code example?
I can see that I have added the cursor tool correctly (I think) but it still does not show up on the NChartControl when I mouse over.
Thoughts?