XY Chart NET 3 Control Reference
ShowAboutBox Method

Use this method to display the About dialog for the XY Chart NET control.

Syntax
[Visual Basic]
Sub ShowAboutBox()
[C#]
void XYChartNETCtl.ShowAboutBox()
[C++]
void ShowAboutBox()
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

Private Sub AboutButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutButton.Click
   XYChartNETCtl1.ShowAboutBox()   'Display About dialog
End Sub
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.