# FarPoint.Win.Chart.XYLineSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_XYLineSeries" data-uid="FarPoint.Win.Chart.XYLineSeries" class="text-break">XYLineSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line series in an XY 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.XYSeries.html">XYSeries</a></div>
    <div class="level3"><span class="xref">XYLineSeries</span></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_XYLineSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;XYLineSeries&gt;))]
public class XYLineSeries : XYSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of XYLineSeries)))&gt;
Public Class XYLineSeries
    Inherits XYSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_XYLineSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains two values: x and y.  Line borders and line fills
can be assigned for the series or for a point in the series with
null (Nothing in VB) indicating unassigned.  Depth of the line
is measured relative to the floor grid cell (with a range of 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_XYLineSeries__ctor" data-uid="FarPoint.Win.Chart.XYLineSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.-ctor.html#FarPoint_Win_Chart_XYLineSeries__ctor">XYLineSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries__ctor_FarPoint_Win_Chart_XYLineSeries_" data-uid="FarPoint.Win.Chart.XYLineSeries.#ctor(FarPoint.Win.Chart.XYLineSeries)">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.-ctor.html#FarPoint_Win_Chart_XYLineSeries__ctor_FarPoint_Win_Chart_XYLineSeries_">XYLineSeries(XYLineSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</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_XYLineSeries_Count" data-uid="FarPoint.Win.Chart.XYLineSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.Count.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_GapDepth" data-uid="FarPoint.Win.Chart.XYLineSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.GapDepth.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_LabelContainsXValue" data-uid="FarPoint.Win.Chart.XYLineSeries.LabelContainsXValue">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LabelContainsXValue.html#FarPoint_Win_Chart_XYLineSeries_LabelContainsXValue">LabelContainsXValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the x value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries_LabelContainsYValue" data-uid="FarPoint.Win.Chart.XYLineSeries.LabelContainsYValue">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LabelContainsYValue.html#FarPoint_Win_Chart_XYLineSeries_LabelContainsYValue">LabelContainsYValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the y value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries_LineBorder" data-uid="FarPoint.Win.Chart.XYLineSeries.LineBorder">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LineBorder.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_LineBorders" data-uid="FarPoint.Win.Chart.XYLineSeries.LineBorders">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LineBorders.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_LineFill" data-uid="FarPoint.Win.Chart.XYLineSeries.LineFill">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LineFill.html#FarPoint_Win_Chart_XYLineSeries_LineFill">LineFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or setes the line fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries_LineFills" data-uid="FarPoint.Win.Chart.XYLineSeries.LineFills">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.LineFills.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointBorder" data-uid="FarPoint.Win.Chart.XYLineSeries.PointBorder">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointBorder.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointBorders" data-uid="FarPoint.Win.Chart.XYLineSeries.PointBorders">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointBorders.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointFill" data-uid="FarPoint.Win.Chart.XYLineSeries.PointFill">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointFill.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointFills" data-uid="FarPoint.Win.Chart.XYLineSeries.PointFills">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointFills.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointMarker" data-uid="FarPoint.Win.Chart.XYLineSeries.PointMarker">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointMarker.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_PointMarkers" data-uid="FarPoint.Win.Chart.XYLineSeries.PointMarkers">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.PointMarkers.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_SmoothedLine" data-uid="FarPoint.Win.Chart.XYLineSeries.SmoothedLine">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.SmoothedLine.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_VaryColors" data-uid="FarPoint.Win.Chart.XYLineSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.VaryColors.html#FarPoint_Win_Chart_XYLineSeries_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>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries_XValues" data-uid="FarPoint.Win.Chart.XYLineSeries.XValues">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.XValues.html#FarPoint_Win_Chart_XYLineSeries_XValues">XValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of x values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYLineSeries_YValues" data-uid="FarPoint.Win.Chart.XYLineSeries.YValues">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.YValues.html#FarPoint_Win_Chart_XYLineSeries_YValues">YValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of y values for the series.</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_XYLineSeries_Clone" data-uid="FarPoint.Win.Chart.XYLineSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.Clone.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_GetSchema" data-uid="FarPoint.Win.Chart.XYLineSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.GetSchema.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.XYLineSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.ReadXml.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.XYLineSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.ReadXmlElement.html#FarPoint_Win_Chart_XYLineSeries_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_XYLineSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.XYLineSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.XYLineSeries.WriteXml.html#FarPoint_Win_Chart_XYLineSeries_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>
