XY Chart NET 3 Control Reference
CrossHairsNotSelected Event
This event is generated whenever the user unselects the crosshairs toolbar button, or selects another toolbar button (see Toolbar).   Use this event to perform operations specific to whenever the crosshairs is no longer selected.
Syntax
[Visual Basic]
Event CrossHairsNotSelected()
[C#]
CrossHairsNotSelected()
[C++]
CrossHairsNotSelected()
       
Example
' 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
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.