# FarPoint.Web.Chart.XYSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_XYSeries" data-uid="FarPoint.Web.Chart.XYSeries" class="text-break">XYSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Base class for 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.Web.Chart.Series.html">Series</a></div>
    <div class="level2"><span class="xref">XYSeries</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.XYBubbleSeries.html">XYBubbleSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.XYLineSeries.html">XYLineSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.XYPointSeries.html">XYPointSeries</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_XYSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[PlotArea(typeof(XYPlotArea))]
public abstract class XYSeries : Series, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;PlotArea(GetType(XYPlotArea))&gt;
Public MustInherit Class XYSeries
    Inherits Series
    Implements IXmlSerializable</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="FarPoint_Web_Chart_XYSeries__ctor" data-uid="FarPoint.Web.Chart.XYSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.-ctor.html#FarPoint_Web_Chart_XYSeries__ctor">XYSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_XYSeries__ctor_FarPoint_Web_Chart_XYSeries_" data-uid="FarPoint.Web.Chart.XYSeries.#ctor(FarPoint.Web.Chart.XYSeries)">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.-ctor.html#FarPoint_Web_Chart_XYSeries__ctor_FarPoint_Web_Chart_XYSeries_">XYSeries(XYSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy for 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_Web_Chart_XYSeries_XAxisId" data-uid="FarPoint.Web.Chart.XYSeries.XAxisId">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.XAxisId.html#FarPoint_Web_Chart_XYSeries_XAxisId">XAxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the x-axis on which the series is plotted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_XYSeries_YAxisId" data-uid="FarPoint.Web.Chart.XYSeries.YAxisId">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.YAxisId.html#FarPoint_Web_Chart_XYSeries_YAxisId">YAxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the y-axis on which the series is plotted.</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_Web_Chart_XYSeries_GetSchema" data-uid="FarPoint.Web.Chart.XYSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.GetSchema.html#FarPoint_Web_Chart_XYSeries_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_Web_Chart_XYSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.XYSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.ReadXml.html#FarPoint_Web_Chart_XYSeries_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_Web_Chart_XYSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.XYSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.XYSeries.WriteXml.html#FarPoint_Web_Chart_XYSeries_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>
