XY Chart NET 3 Control Reference
Events

An event occurs as a result of an action performed by the user.  XY Chart NET generates a number of events that allows the user to act upon and perform specific operations.

XY Chart NET Events

The following table summarizes the events generated by the XY Chart NET control.  Click on an Event link to obtain further information.

Click PlotMouseMove
CrossHairsDeltaLeave PlotMouseUp
CrossHairsDeltaMove PrintButtonSelected
CrossHairsDeltaNotSelected PrintPreviewButtonSelected
CrossHairsDeltaSelected SaveImageButtonSelected
CrossHairsLeave XScaleClick
CrossHairsMove XScaleDoubleClick
CrossHairsNotSelected XScaleMouseDown
CrossHairsSelected XScaleMouseMove
CustomToolbarItemSelected XScaleMouseUp
DoubleClick XScroll
DrawGridLines YScaleClick
DrawProfile YScaleDoubleClick
DrawProfilesDone YScaleMouseDown
ExportDataButtonSelected YScaleMouseMove
LegendClick YScaleMouseUp
LegendDoubleClick YScroll
LegendMouseDown ZoomInComplete
LegendMouseMove ZoomInSelected
LegendMouseUp ZoomOutAllComplete
PageSetupButtonSelected ZoomOutAllSelected
PlotClick ZoomOutComplete
PlotDoubleClick ZoomOutSelected
PlotMouseDown

 

Handling events in Visual Basic

To act upon an event select the XY Chart NET control’s instance name from the Class Name drop-down list box:

 

Next, select the control’s event from the Method Name drop-down list box:

 

 

Handling events in C# and C++

To act upon an event, go to design view, select the XY Chart NET control and then select the Events tab from the Properties window.

Next, double-click on the desired event to generate an event handler.

 

 

See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.