Namespace: GlobFX.SwiffChartGenerator
Assembly: GlobFX.SwiffChartGenerator (in GlobFX.SwiffChartGenerator.dll)

Retrieves the version of a chart object.

Visual Basic
Public ReadOnly Property Version As String
C#
public string Version { get; }

Property Value

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".

Sample Code

The following code illustrates use of the Version property.

Visual Basic
' Display its version in the HTML page 
Me.Response.Write( chart.Version + "<br>" )
C#
// Display its version in the HTML page 
this.Response.Write( chart.Version + "<br>" );

See Also

Chart Object

Applies To: Chart Object