XY Chart NET 3 Control Reference
PrintButtonSelected Event
This event is generated whenever the user selects the Print toolbar button (see Toolbar).   Use this event to perform operations specific to whenever the Print toolbar button is selected.
Syntax
[Visual Basic]
Event PrintButtonSelected()
[C#]
PrintButtonSelected()
[C++]
PrintButtonSelected()
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

Private Sub XYChartNETCtl1_PrintButtonSelected() Handles XYChartNETCtl1.PrintButtonSelected
   XYChartNETCtl1.OverridePrintButton = True 'Do not execute XYChartNET's internal Print method
   'Custom print routine
   '...
End Sub
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.