# GrapeCity.CalcEngine.VisualizationData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_VisualizationData" data-uid="GrapeCity.CalcEngine.VisualizationData" class="text-break">VisualizationData Class
</h1>
  <div class="markdown level0 summary"><p>Represents the visualization data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">VisualizationData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IValue.html">IValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IValue.html">IValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IValue.html">IValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_CalcEngine_VisualizationData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class VisualizationData : IReadOnlyList&lt;IValue&gt;, IReadOnlyCollection&lt;IValue&gt;, IEnumerable&lt;IValue&gt;, IEnumerable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class VisualizationData
    Implements IReadOnlyList(Of IValue), IReadOnlyCollection(Of IValue), IEnumerable(Of IValue), IEnumerable, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_VisualizationData__ctor_System_Object_System_Int32_" data-uid="GrapeCity.CalcEngine.VisualizationData.#ctor(System.Object,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.-ctor.html#GrapeCity_CalcEngine_VisualizationData__ctor_System_Object_System_Int32_">VisualizationData(object, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.html">VisualizationData</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_VisualizationData_Parameters" data-uid="GrapeCity.CalcEngine.VisualizationData.Parameters">
          <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.Parameters.html#GrapeCity_CalcEngine_VisualizationData_Parameters">Parameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all evaluated parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_VisualizationData_Value" data-uid="GrapeCity.CalcEngine.VisualizationData.Value">
          <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.Value.html#GrapeCity_CalcEngine_VisualizationData_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the evaluated result of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_VisualizationData_Dispose" data-uid="GrapeCity.CalcEngine.VisualizationData.Dispose">
          <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.Dispose.html#GrapeCity_CalcEngine_VisualizationData_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_VisualizationData_ToString" data-uid="GrapeCity.CalcEngine.VisualizationData.ToString">
          <a class="xref" href="GrapeCity.CalcEngine.VisualizationData.ToString.html#GrapeCity_CalcEngine_VisualizationData_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
