# FarPoint.Win.Chart.LineSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_LineSeries" data-uid="FarPoint.Win.Chart.LineSeries" class="text-break">LineSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line series in a Y plot area.</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.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">LineSeries</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Win.Chart.HistogramLine.html">HistogramLine</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><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_LineSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;LineSeries&gt;))]
public class LineSeries : YSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of LineSeries)))&gt;
Public Class LineSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_LineSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains a single value.  Line borders and line fills
can be assigned for the series or for a point in the series
with null (Nothing in VB) indicating unsigned.  Line depth
is measured relative to the floor grid cell (with values in the
range 0 to 1).</p>
</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_LineSeries__ctor" data-uid="FarPoint.Win.Chart.LineSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.-ctor.html#FarPoint_Win_Chart_LineSeries__ctor">LineSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries__ctor_FarPoint_Win_Chart_LineSeries_" data-uid="FarPoint.Win.Chart.LineSeries.#ctor(FarPoint.Win.Chart.LineSeries)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.-ctor.html#FarPoint_Win_Chart_LineSeries__ctor_FarPoint_Win_Chart_LineSeries_">LineSeries(LineSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.LineSeries.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.-ctor.html#FarPoint_Win_Chart_LineSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">LineSeries(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new LineSeries from serialization.</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_LineSeries_Count" data-uid="FarPoint.Win.Chart.LineSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.Count.html#FarPoint_Win_Chart_LineSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_DropLinesLine" data-uid="FarPoint.Win.Chart.LineSeries.DropLinesLine">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.DropLinesLine.html#FarPoint_Win_Chart_LineSeries_DropLinesLine">DropLinesLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line used to draw the drop lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_DropLinesVisible" data-uid="FarPoint.Win.Chart.LineSeries.DropLinesVisible">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.DropLinesVisible.html#FarPoint_Win_Chart_LineSeries_DropLinesVisible">DropLinesVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether drop lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_GapDepth" data-uid="FarPoint.Win.Chart.LineSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.GapDepth.html#FarPoint_Win_Chart_LineSeries_GapDepth">GapDepth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.LineSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.LabelContainsValue.html#FarPoint_Win_Chart_LineSeries_LabelContainsValue">LabelContainsValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_LineBorder" data-uid="FarPoint.Win.Chart.LineSeries.LineBorder">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.LineBorder.html#FarPoint_Win_Chart_LineSeries_LineBorder">LineBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_LineBorders" data-uid="FarPoint.Win.Chart.LineSeries.LineBorders">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.LineBorders.html#FarPoint_Win_Chart_LineSeries_LineBorders">LineBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of line borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_LineFill" data-uid="FarPoint.Win.Chart.LineSeries.LineFill">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.LineFill.html#FarPoint_Win_Chart_LineSeries_LineFill">LineFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_LineFills" data-uid="FarPoint.Win.Chart.LineSeries.LineFills">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.LineFills.html#FarPoint_Win_Chart_LineSeries_LineFills">LineFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of line fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointBorder" data-uid="FarPoint.Win.Chart.LineSeries.PointBorder">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointBorder.html#FarPoint_Win_Chart_LineSeries_PointBorder">PointBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointBorders" data-uid="FarPoint.Win.Chart.LineSeries.PointBorders">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointBorders.html#FarPoint_Win_Chart_LineSeries_PointBorders">PointBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointFill" data-uid="FarPoint.Win.Chart.LineSeries.PointFill">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointFill.html#FarPoint_Win_Chart_LineSeries_PointFill">PointFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointFills" data-uid="FarPoint.Win.Chart.LineSeries.PointFills">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointFills.html#FarPoint_Win_Chart_LineSeries_PointFills">PointFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointMarker" data-uid="FarPoint.Win.Chart.LineSeries.PointMarker">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointMarker.html#FarPoint_Win_Chart_LineSeries_PointMarker">PointMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point marker for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_PointMarkers" data-uid="FarPoint.Win.Chart.LineSeries.PointMarkers">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.PointMarkers.html#FarPoint_Win_Chart_LineSeries_PointMarkers">PointMarkers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of point markers for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_SmoothedLine" data-uid="FarPoint.Win.Chart.LineSeries.SmoothedLine">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.SmoothedLine.html#FarPoint_Win_Chart_LineSeries_SmoothedLine">SmoothedLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the line is smoothed (not jagged).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_Values" data-uid="FarPoint.Win.Chart.LineSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.Values.html#FarPoint_Win_Chart_LineSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_VaryColors" data-uid="FarPoint.Win.Chart.LineSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.VaryColors.html#FarPoint_Win_Chart_LineSeries_VaryColors">VaryColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether each data point is displayed with a different color.</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_LineSeries_Clone" data-uid="FarPoint.Win.Chart.LineSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.Clone.html#FarPoint_Win_Chart_LineSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.LineSeries.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.GetObjectData.html#FarPoint_Win_Chart_LineSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_GetSchema" data-uid="FarPoint.Win.Chart.LineSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.GetSchema.html#FarPoint_Win_Chart_LineSeries_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_LineSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.LineSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.ReadXml.html#FarPoint_Win_Chart_LineSeries_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_LineSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.LineSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.ReadXmlElement.html#FarPoint_Win_Chart_LineSeries_ReadXmlElement_System_Xml_XmlReader_">ReadXmlElement(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the child XML element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_LineSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.LineSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.LineSeries.WriteXml.html#FarPoint_Win_Chart_LineSeries_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>

</div>
