This event is generated whenever the user selects the SaveImage toolbar button (see Toolbar). Use this event to perform operations specific to whenever the SaveImage toolbar button is selected.
[Visual Basic] Event SaveImageButtonSelected() [C#] SaveImageButtonSelected() [C++] SaveImageButtonSelected()
XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.
[Visual Basic] Private Sub XYChartNETCtl1_SaveImageButtonSelected() Handles XYChartNETCtl1.SaveImageButtonSelected XYChartNETCtl1.OverrideSaveImageButton = True 'Do not execute XYChartNET's internal SaveImage method 'Custom save routine '... End Sub [C#] [C++]