# C1.Win.C1Chart3D.Chart3DContourStyle.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor*">Chart3DContourStyle Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor">Chart3DContourStyle()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Chart3DContourStyle()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>
<h5 id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a></div>
</div>


<a id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_System_Drawing_Color_System_Drawing_Color_System_Single_C1_Win_C1Chart3D_LinePatternEnum_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor(System.Drawing.Color,System.Drawing.Color,System.Single,C1.Win.C1Chart3D.LinePatternEnum)">Chart3DContourStyle(Color, Color, float, LinePatternEnum)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> class with
specified parameters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Chart3DContourStyle(Color fillColor, Color lineColor, float width, LinePatternEnum pattern)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(fillColor As Color, lineColor As Color, width As Single, pattern As LinePatternEnum)</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.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>Fill color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>Line color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Line width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1Chart3D.LinePatternEnum.html">LinePatternEnum</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>Line pattern.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_System_Drawing_Color_System_Drawing_Color_System_Single_C1_Win_C1Chart3D_LinePatternEnum__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a></div>
</div>
</div>
