# C1.Win.C1Chart.ChartLineStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartLineStyle" data-uid="C1.Win.C1Chart.ChartLineStyle" class="text-break">ChartLineStyle Class
</h1>
  <div class="markdown level0 summary"><p>Defines the style for the chart lines.</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">ChartLineStyle</span></div>
      <div class="level2"><a class="xref" href="C1.Win.C1Chart.ChartGridStyle.html">ChartGridStyle</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class ChartLineStyle : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class ChartLineStyle
    Implements ICloneable</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="C1_Win_C1Chart_ChartLineStyle__ctor" data-uid="C1.Win.C1Chart.ChartLineStyle.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.-ctor.html#C1_Win_C1Chart_ChartLineStyle__ctor">ChartLineStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.html">ChartLineStyle</a> class.</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="C1_Win_C1Chart_ChartLineStyle_Color" data-uid="C1.Win.C1Chart.ChartLineStyle.Color">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.Color.html#C1_Win_C1Chart_ChartLineStyle_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLineStyle_LineJoin" data-uid="C1.Win.C1Chart.ChartLineStyle.LineJoin">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.LineJoin.html#C1_Win_C1Chart_ChartLineStyle_LineJoin">LineJoin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the joining style of the drawn line segments</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLineStyle_MiterLimit" data-uid="C1.Win.C1Chart.ChartLineStyle.MiterLimit">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.MiterLimit.html#C1_Win_C1Chart_ChartLineStyle_MiterLimit">MiterLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the miter limit of the joints of the drawn line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLineStyle_Pattern" data-uid="C1.Win.C1Chart.ChartLineStyle.Pattern">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.Pattern.html#C1_Win_C1Chart_ChartLineStyle_Pattern">Pattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pattern of the line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLineStyle_Thickness" data-uid="C1.Win.C1Chart.ChartLineStyle.Thickness">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.Thickness.html#C1_Win_C1Chart_ChartLineStyle_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the line in pixels.</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="C1_Win_C1Chart_ChartLineStyle_ToString" data-uid="C1.Win.C1Chart.ChartLineStyle.ToString">
          <a class="xref" href="C1.Win.C1Chart.ChartLineStyle.ToString.html#C1_Win_C1Chart_ChartLineStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
