Namespace: GlobFX.SwiffChartGenerator
Assembly: GlobFX.SwiffChartGenerator (in GlobFX.SwiffChartGenerator.dll)
Retrieves the version of a chart object.
Public ReadOnly Property Version As String
public string Version { get; }
The Version property returns a string value that contains the version of the Swiff Chart Generator.
The string is formatted as "Major.Minor.Level.SubLevel". Example: "3.0.0.1".
The following code illustrates use of the Version property.
' Display its version in the HTML page Me.Response.Write( chart.Version + "<br>" )
// Display its version in the HTML page this.Response.Write( chart.Version + "<br>" );
Applies To: Chart Object