# C1.Win.C1Chart3D.C1Chart3D.AssemblyVersionString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_C1Chart3D_AssemblyVersionString_" data-uid="C1.Win.C1Chart3D.C1Chart3D.AssemblyVersionString*">AssemblyVersionString Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_C1Chart3D_AssemblyVersionString_" data-uid="C1.Win.C1Chart3D.C1Chart3D.AssemblyVersionString*"></a>
<h4 id="C1_Win_C1Chart3D_C1Chart3D_AssemblyVersionString" data-uid="C1.Win.C1Chart3D.C1Chart3D.AssemblyVersionString">AssemblyVersionString</h4>
<div class="markdown level1 summary"><p>Gets the control�s AssemblyVersion as a string.
The AssemblyVersion is also viewable from the properties dialog of the control assembly dll,
but only in the �other version information� section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string AssemblyVersionString { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AssemblyVersionString As String</code></pre>
</div>
<h5 id="C1_Win_C1Chart3D_C1Chart3D_AssemblyVersionString_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The AssemblyFileVersion is different from the AssemblyVersion.  The AssemblyFileVersion is viewable from
the properties dialog of the control assembly dll.  The AssemblyVersion is also listed in the properties dialog,
but only in the �other version information� section.  When viewing the Global Assembly Cache (GAC) in Windows Explorer,
the AssemblyVersion is shown as a standard column.
</p>
<p>
The AssemblyFileVersion will always change with each separate release of the Chart control, including internal changes.
The AssemblyVersion will only change when the object model has been changed.
</p>
</div>
<h5 id="C1_Win_C1Chart3D_C1Chart3D_AssemblyVersionString_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.C1Chart3D.html">C1Chart3D</a></div>
</div>
</div>
