# FarPoint.Win.Chart.Stripe

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_Stripe" data-uid="FarPoint.Win.Chart.Stripe" class="text-break">Stripe Class
</h1>
  <div class="markdown level0 summary"><p>Represents an axis stripe.</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">Stripe</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_Stripe_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;Stripe&gt;))]
public class Stripe : IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of Stripe)))&gt;
Public Class Stripe
    Implements IXmlSerializable</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="FarPoint_Win_Chart_Stripe__ctor" data-uid="FarPoint.Win.Chart.Stripe.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.-ctor.html#FarPoint_Win_Chart_Stripe__ctor">Stripe()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis stripe.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe__ctor_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.Stripe.#ctor(FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.-ctor.html#FarPoint_Win_Chart_Stripe__ctor_FarPoint_Win_Chart_Stripe_">Stripe(Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis stripe that is a deep copy of the specified axis stripe.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.-ctor.html#FarPoint_Win_Chart_Stripe__ctor_System_Double_System_Double_FarPoint_Win_Chart_Fill_">Stripe(double, double, Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis stripe with the specified range and fill.</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="FarPoint_Win_Chart_Stripe_Fill" data-uid="FarPoint.Win.Chart.Stripe.Fill">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.Fill.html#FarPoint_Win_Chart_Stripe_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill of the stripe.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_From" data-uid="FarPoint.Win.Chart.Stripe.From">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.From.html#FarPoint_Win_Chart_Stripe_From">From</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start value of the stripe.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_To" data-uid="FarPoint.Win.Chart.Stripe.To">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.To.html#FarPoint_Win_Chart_Stripe_To">To</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the end value of the stripe.</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="FarPoint_Win_Chart_Stripe_Clone" data-uid="FarPoint.Win.Chart.Stripe.Clone">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.Clone.html#FarPoint_Win_Chart_Stripe_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this stripe.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_GetSchema" data-uid="FarPoint.Win.Chart.Stripe.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.GetSchema.html#FarPoint_Win_Chart_Stripe_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_OnChanged_System_EventArgs_" data-uid="FarPoint.Win.Chart.Stripe.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.OnChanged.html#FarPoint_Win_Chart_Stripe_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.Stripe.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.ReadXml.html#FarPoint_Win_Chart_Stripe_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.Stripe.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.WriteXml.html#FarPoint_Win_Chart_Stripe_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_Stripe_Changed" data-uid="FarPoint.Win.Chart.Stripe.Changed">
          <a class="xref" href="FarPoint.Win.Chart.Stripe.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the stripe is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
