# GrapeCity.Documents.Excel.Drawing.IChartLines

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChartLines" data-uid="GrapeCity.Documents.Excel.Drawing.IChartLines" class="text-break">IChartLines Interface
</h1>
  <div class="markdown level0 summary"><p>Represents series lines in a chart group. Series lines connect the data values from each series.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IChartLines_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartLines</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartLines</code></pre>
  </div>
  <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="GrapeCity_Documents_Excel_Drawing_IChartLines_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IChartLines.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartLines.Format.html#GrapeCity_Documents_Excel_Drawing_IChartLines_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object (read-only).</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="GrapeCity_Documents_Excel_Drawing_IChartLines_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IChartLines.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartLines.Delete.html#GrapeCity_Documents_Excel_Drawing_IChartLines_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
