Is it possible to get the Values from Crosshair depending on X- and Y-Axisand Show them in tooltip?
I'm using UltraDataChart.
Hi,
Thank you for posting in our forums.
I will need more details about your scenario. Do you want just to display the X and Y coordinates in the chart? That could be implemented by handling MouseMove event of the chart and using a graphics object in order to draw the coordinates given by the Location property of the MouseMove event arguments. Or you want, for example in a scatter chart, to display what value would be in the crosshair point?
Please clarify your requirement and I will try to implement it in a sample for you.
I am looking forward to hearing from you.
Thanks for your Reply. I don't want only the X/Y-coordinates. I want to Display, e.g. in a tooltip, the currently value of the X-axis (is a dateTime-value) and all values at this Point of all inserted series (all int on numeric y-axis). Is that possible?