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