# C1.WPF.C1Chart.Lines

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Lines" data-uid="C1.WPF.C1Chart.Lines" class="text-break">Lines Class
</h1>
  <div class="markdown level0 summary"><p>Represents plot element that connects the data points.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.shapes.shape">Shape</a></div>
    <div class="level7"><a class="xref" href="C1.WPF.C1Chart.PlotElement.html">PlotElement</a></div>
    <div class="level8"><span class="xref">Lines</span></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.Area.html">Area</a></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.StepLines.html">StepLines</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_Lines_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Lines : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Lines
    Inherits PlotElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_WPF_C1Chart_Lines__ctor" data-uid="C1.WPF.C1Chart.Lines.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.Lines.-ctor.html#C1_WPF_C1Chart_Lines__ctor">Lines()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of Lines 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_WPF_C1Chart_Lines_IsClosed" data-uid="C1.WPF.C1Chart.Lines.IsClosed">
          <a class="xref" href="C1.WPF.C1Chart.Lines.IsClosed.html#C1_WPF_C1Chart_Lines_IsClosed">IsClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the figure from data points is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_IsFilled" data-uid="C1.WPF.C1Chart.Lines.IsFilled">
          <a class="xref" href="C1.WPF.C1Chart.Lines.IsFilled.html#C1_WPF_C1Chart_Lines_IsFilled">IsFilled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the area inside points is filled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_LegendShape" data-uid="C1.WPF.C1Chart.Lines.LegendShape">
          <a class="xref" href="C1.WPF.C1Chart.Lines.LegendShape.html#C1_WPF_C1Chart_Lines_LegendShape">LegendShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape that represents the appearance of plot element in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_Smoothed" data-uid="C1.WPF.C1Chart.Lines.Smoothed">
          <a class="xref" href="C1.WPF.C1Chart.Lines.Smoothed.html#C1_WPF_C1Chart_Lines_Smoothed">Smoothed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the points are connected with smooth lines.</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_WPF_C1Chart_Lines_Decimate_System_Windows_Point___System_Double_" data-uid="C1.WPF.C1Chart.Lines.Decimate(System.Windows.Point[],System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.Lines.Decimate.html#C1_WPF_C1Chart_Lines_Decimate_System_Windows_Point___System_Double_">Decimate(Point[], double)</a>
        </td>
        <td class="markdown level1 summary"><p>Decimate point array according to the specified radius.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_DecimateAsCollection_System_Windows_Point___System_Double_" data-uid="C1.WPF.C1Chart.Lines.DecimateAsCollection(System.Windows.Point[],System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.Lines.DecimateAsCollection.html#C1_WPF_C1Chart_Lines_DecimateAsCollection_System_Windows_Point___System_Double_">DecimateAsCollection(Point[], double)</a>
        </td>
        <td class="markdown level1 summary"><p>Decimate point collection according to the specified radius.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_IsCompatible_C1_WPF_C1Chart_IRenderer_" data-uid="C1.WPF.C1Chart.Lines.IsCompatible(C1.WPF.C1Chart.IRenderer)">
          <a class="xref" href="C1.WPF.C1Chart.Lines.IsCompatible.html#C1_WPF_C1Chart_Lines_IsCompatible_C1_WPF_C1Chart_IRenderer_">IsCompatible(IRenderer)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the plot element is compatible with renderer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_Render_C1_WPF_C1Chart_RenderContext_" data-uid="C1.WPF.C1Chart.Lines.Render(C1.WPF.C1Chart.RenderContext)">
          <a class="xref" href="C1.WPF.C1Chart.Lines.Render.html#C1_WPF_C1Chart_Lines_Render_C1_WPF_C1Chart_RenderContext_">Render(RenderContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the plot element based on the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Lines_RenderSegment_System_Windows_Point___System_Double_System_Windows_Rect_" data-uid="C1.WPF.C1Chart.Lines.RenderSegment(System.Windows.Point[],System.Double,System.Windows.Rect)">
          <a class="xref" href="C1.WPF.C1Chart.Lines.RenderSegment.html#C1_WPF_C1Chart_Lines_RenderSegment_System_Windows_Point___System_Double_System_Windows_Rect_">RenderSegment(Point[], double, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates path figure from the specified points.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
