# FarPoint.Win.Chart.EnhancedSolidLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_EnhancedSolidLine" data-uid="FarPoint.Win.Chart.EnhancedSolidLine" class="text-break">EnhancedSolidLine Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line that uses a single color.</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"><a class="xref" href="FarPoint.Win.Chart.Line.html">Line</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Chart.SolidLine.html">SolidLine</a></div>
    <div class="level3"><span class="xref">EnhancedSolidLine</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_EnhancedSolidLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EnhancedSolidLine : SolidLine</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EnhancedSolidLine
    Inherits SolidLine</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_EnhancedSolidLine__ctor_System_Drawing_Color_System_Single_FarPoint_Win_Chart_CompoundType_FarPoint_Win_Chart_DashType_FarPoint_Win_Chart_CapType_FarPoint_Win_Chart_JoinType_FarPoint_Win_Chart_ArrowType_FarPoint_Win_Chart_ArrowType_System_Int32_System_Int32_" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.#ctor(System.Drawing.Color,System.Single,FarPoint.Win.Chart.CompoundType,FarPoint.Win.Chart.DashType,FarPoint.Win.Chart.CapType,FarPoint.Win.Chart.JoinType,FarPoint.Win.Chart.ArrowType,FarPoint.Win.Chart.ArrowType,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.-ctor.html#FarPoint_Win_Chart_EnhancedSolidLine__ctor_System_Drawing_Color_System_Single_FarPoint_Win_Chart_CompoundType_FarPoint_Win_Chart_DashType_FarPoint_Win_Chart_CapType_FarPoint_Win_Chart_JoinType_FarPoint_Win_Chart_ArrowType_FarPoint_Win_Chart_ArrowType_System_Int32_System_Int32_">EnhancedSolidLine(Color, float, CompoundType, DashType, CapType, JoinType, ArrowType, ArrowType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a line with the specified color and width.</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_EnhancedSolidLine_BeginArrowSize" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.BeginArrowSize">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.BeginArrowSize.html#FarPoint_Win_Chart_EnhancedSolidLine_BeginArrowSize">BeginArrowSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the arrow size at the start of the line. The BeginArrowSize property ranges from 0 to 8.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_BeginArrowType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.BeginArrowType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.BeginArrowType.html#FarPoint_Win_Chart_EnhancedSolidLine_BeginArrowType">BeginArrowType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the arrow type at the start of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_CapType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.CapType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.CapType.html#FarPoint_Win_Chart_EnhancedSolidLine_CapType">CapType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cap type of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_CompoundType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.CompoundType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.CompoundType.html#FarPoint_Win_Chart_EnhancedSolidLine_CompoundType">CompoundType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the compound type of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_DashType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.DashType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.DashType.html#FarPoint_Win_Chart_EnhancedSolidLine_DashType">DashType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dash type of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_EndArrowSize" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.EndArrowSize">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.EndArrowSize.html#FarPoint_Win_Chart_EnhancedSolidLine_EndArrowSize">EndArrowSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the arrow size at the end of the line. The EndArowSize property ranges from 0 to 8.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_EndArrowType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.EndArrowType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.EndArrowType.html#FarPoint_Win_Chart_EnhancedSolidLine_EndArrowType">EndArrowType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the arrow type at the end of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_EnhancedSolidLine_JoinType" data-uid="FarPoint.Win.Chart.EnhancedSolidLine.JoinType">
          <a class="xref" href="FarPoint.Win.Chart.EnhancedSolidLine.JoinType.html#FarPoint_Win_Chart_EnhancedSolidLine_JoinType">JoinType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the join type of the line.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
