Hi,
How to add a tooltip on vertical crosshair line ? Attaching snap for reference.
Thanks
Hello Rakesh,
By using Canvas' SetTop, SetLeft, SetBottom and SetRight methods you can change the position of the ToolTip.
Hi Stefan.
Thanks for your reply.
One last question, is it possible to show this custom tooltip on HorizontalAxisLabelPanel.
Thanks & Regards
If you comment these two lines of code:
Canvas.SetLeft(_toolTip, crossPoint.X - _toolTip.ActualWidth / 2); Canvas.SetTop(_toolTip, 0);
from the Refresh method of the CustomToolTip class, the tooltip won't move along with the vertical crosshair. You can still use them in order to move the tooltip where you want.
Is it possible to placed this custom tooltip behaviour on x-axis ?