# FarPoint.Win.Chart.Stripe.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_Stripe__ctor_" data-uid="FarPoint.Win.Chart.Stripe.#ctor*">Stripe Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_Stripe__ctor_" data-uid="FarPoint.Win.Chart.Stripe.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_Stripe__ctor" data-uid="FarPoint.Win.Chart.Stripe.#ctor">Stripe()</h4>
<div class="markdown level1 summary"><p>Creates a new axis stripe.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Stripe()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Chart_Stripe__ctor_" data-uid="FarPoint.Win.Chart.Stripe.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_Stripe__ctor_System_Double_System_Double_FarPoint_Win_Chart_Fill_" data-uid="FarPoint.Win.Chart.Stripe.#ctor(System.Double,System.Double,FarPoint.Win.Chart.Fill)">Stripe(double, double, Fill)</h4>
<div class="markdown level1 summary"><p>Creates a new axis stripe with the specified range and fill.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Stripe(double from, double to, Fill fill)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(from As Double, [to] As Double, fill As Fill)</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.double">double</a></td>
      <td><span class="parametername">from</span></td>
      <td><p>Start of range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">to</span></td>
      <td><p>End of range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.Fill.html">Fill</a></td>
      <td><span class="parametername">fill</span></td>
      <td><p>Fill of range.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Chart_Stripe__ctor_" data-uid="FarPoint.Win.Chart.Stripe.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_Stripe__ctor_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.Stripe.#ctor(FarPoint.Win.Chart.Stripe)">Stripe(Stripe)</h4>
<div class="markdown level1 summary"><p>Creates a new axis stripe that is a deep copy of the specified axis stripe.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Stripe(Stripe stripe)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(stripe As Stripe)</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="FarPoint.Win.Chart.Stripe.html">Stripe</a></td>
      <td><span class="parametername">stripe</span></td>
      <td><p>Stripe to copy.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
