GetVersionMajor Method

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

[Visual Basic]
Function GetVersionMajor() As Integer
[C#]
int XYChartNETCtl.GetVersionMajor()
[C++]
int GetVersionMajor()

Example

XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

[Visual Basic]
Private Sub AboutButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutButton.Click
   MsgBox(XYChartNETCtl1.GetVersionMajor & "." & XYChartNETCtl1.GetVersionMinor)
End Sub

[C#]

[C++]

See Also

Methods | Properties