# C1.Win.C1Chart.Designer.WizardProps2.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_Designer_WizardProps2__ctor_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor*">WizardProps2 Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_Designer_WizardProps2__ctor_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor*"></a>
<h4 id="C1_Win_C1Chart_Designer_WizardProps2__ctor_C1_Win_C1Chart_Chart2DTypeEnum_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor(C1.Win.C1Chart.Chart2DTypeEnum)">WizardProps2(Chart2DTypeEnum)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WizardProps2(Chart2DTypeEnum type)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(type As Chart2DTypeEnum)</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="C1.Win.C1Chart.Chart2DTypeEnum.html">Chart2DTypeEnum</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_Designer_WizardProps2__ctor_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor*"></a>
<h4 id="C1_Win_C1Chart_Designer_WizardProps2__ctor_C1_Win_C1Chart_Chart2DTypeEnum_System_Boolean_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor(C1.Win.C1Chart.Chart2DTypeEnum,System.Boolean)">WizardProps2(Chart2DTypeEnum, bool)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WizardProps2(Chart2DTypeEnum type, bool stacked)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(type As Chart2DTypeEnum, stacked As Boolean)</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="C1.Win.C1Chart.Chart2DTypeEnum.html">Chart2DTypeEnum</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">stacked</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_Designer_WizardProps2__ctor_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor*"></a>
<h4 id="C1_Win_C1Chart_Designer_WizardProps2__ctor_C1_Win_C1Chart_Chart2DTypeEnum_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor(C1.Win.C1Chart.Chart2DTypeEnum,System.Boolean,System.Boolean,System.Boolean)">WizardProps2(Chart2DTypeEnum, bool, bool, bool)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WizardProps2(Chart2DTypeEnum type, bool stacked, bool lines, bool symbols)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(type As Chart2DTypeEnum, stacked As Boolean, lines As Boolean, symbols As Boolean)</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="C1.Win.C1Chart.Chart2DTypeEnum.html">Chart2DTypeEnum</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">stacked</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">lines</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">symbols</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_Designer_WizardProps2__ctor_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor*"></a>
<h4 id="C1_Win_C1Chart_Designer_WizardProps2__ctor_C1_Win_C1Chart_Chart2DTypeEnum_System_Boolean_System_Boolean_System_Boolean_C1_Win_C1Chart_FitTypeEnum_" data-uid="C1.Win.C1Chart.Designer.WizardProps2.#ctor(C1.Win.C1Chart.Chart2DTypeEnum,System.Boolean,System.Boolean,System.Boolean,C1.Win.C1Chart.FitTypeEnum)">WizardProps2(Chart2DTypeEnum, bool, bool, bool, FitTypeEnum)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WizardProps2(Chart2DTypeEnum type, bool stacked, bool lines, bool symbols, FitTypeEnum fit)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(type As Chart2DTypeEnum, stacked As Boolean, lines As Boolean, symbols As Boolean, fit As FitTypeEnum)</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="C1.Win.C1Chart.Chart2DTypeEnum.html">Chart2DTypeEnum</a></td>
      <td><span class="parametername">type</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">stacked</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">lines</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">symbols</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1Chart.FitTypeEnum.html">FitTypeEnum</a></td>
      <td><span class="parametername">fit</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
