GetVersionString Method

Use this method to obtain the version number and version type (Lite or Pro) for this XY Chart NET control instance.

[Visual Basic]
Function GetVersionString() As String
[C#]
string XYChartNETCtl.GetVersionString()
[C++]
System::String __gc * GetVersionString()

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.GetVersionString)
End Sub

[C#]

[C++]

See Also

Methods | Properties