XY Chart NET 3 Control Reference
GetVersionMinor Method

Use this method to obtain the value of the minor component of the version number for this XY Chart NET control instance.

Syntax
[Visual Basic]
Function GetVersionMinor() As Integer
[C#]
int XYChartNETCtl.GetVersionMinor()
[C++]
int GetVersionMinor()
       
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
   MsgBox(XYChartNETCtl1.GetVersionMajor & "." & XYChartNETCtl1.GetVersionMinor)
End Sub
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.