Hi,
I have set the following in my chart:
XYPlot.DomainCrosshairVisible(true)
XYPlot.DomainCrosshairVisible(true)
This enables the functionality that wherever I click on the chart the doman and range crosshairs jump to the nearest data point on my chart. This functionality is exactly what I'm looking for.
The problem is that I cannot seem to identify the XYItemEntity that the crosshair lines have repositioned themselves over. The ChartMouseListener only returns information regarding the actual position that you clicked your mouse, but not the new position that the crosshairs have been placed.
Any ideas how to retrieve the new position and therefore the valid XYItemEntity?
Thanks
