# C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_" data-uid="C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData*">SetJaggedContourData Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_" data-uid="C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData(System.Object)">SetJaggedContourData(object)</h4>
<div class="markdown level1 summary"><p>Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetJaggedContourData(object z)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetJaggedContourData(z As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">z</span></td>
      <td><p>Array of z-values.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_System_Object__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
Jagged arrays are useful in certain instances for manipulating data.
In Delphi, multiply dimensioned arrays are jagged.  This method will also conveniently accept
a two-dimensional integer array. Delphi users should use the SetJaggedContourData method instead of the ContourData property.
</p>
<p>
For non-jagged arrays, set the ContourData property instead.
</p>
</div>
<h5 id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_System_Object__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DData.html">Chart3DData</a></div>
</div>
</div>
