XY Chart NET 3 Control Reference > Events > CrossHairsLeave Event |
[Visual Basic] Event CrossHairsLeave() |
[C#] CrossHairsLeave() |
[C++] CrossHairsLeave() |
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form. Private Sub XYChartNETCtl1_CrossHairsLeave() Handles XYChartNETCtl1.CrossHairsLeave X0Label.Visible = False 'Hide label used to display crosshairs' x-coord Y0Label.Visible = False 'Hide label used to display crosshairs' y-coord End Sub