# FarPoint.Web.Chart.YSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_YSeries" data-uid="FarPoint.Web.Chart.YSeries" class="text-break">YSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Base class for a 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.Web.Chart.Series.html">Series</a></div>
    <div class="level2"><span class="xref">YSeries</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.AreaSeries.html">AreaSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.BarSeries.html">BarSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.BoxWhiskerSeries.html">BoxWhiskerSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.html">CandlestickSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.ClusteredBarSeries.html">ClusteredBarSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.ClusteredBoxWhiskerSeries.html">ClusteredBoxWhiskerSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.HighLowAreaSeries.html">HighLowAreaSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.HighLowBarSeries.html">HighLowBarSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.HighLowCloseSeries.html">HighLowCloseSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.HistogramSeries.html">HistogramSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.LineSeries.html">LineSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.OpenHighLowCloseSeries.html">OpenHighLowCloseSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.PointSeries.html">PointSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.StackedAreaSeries.html">StackedAreaSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.html">StackedBarSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.StackedLineSeries.html">StackedLineSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.StackedPointSeries.html">StackedPointSeries</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.WaterfallSeries.html">WaterfallSeries</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_YSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[PlotArea(typeof(YPlotArea))]
public abstract class YSeries : Series, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;PlotArea(GetType(YPlotArea))&gt;
Public MustInherit Class YSeries
    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_YSeries__ctor" data-uid="FarPoint.Web.Chart.YSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.-ctor.html#FarPoint_Web_Chart_YSeries__ctor">YSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YSeries__ctor_FarPoint_Web_Chart_YSeries_" data-uid="FarPoint.Web.Chart.YSeries.#ctor(FarPoint.Web.Chart.YSeries)">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.-ctor.html#FarPoint_Web_Chart_YSeries__ctor_FarPoint_Web_Chart_YSeries_">YSeries(YSeries)</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_Web_Chart_YSeries_CategoryNames" data-uid="FarPoint.Web.Chart.YSeries.CategoryNames">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.CategoryNames.html#FarPoint_Web_Chart_YSeries_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category names for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YSeries_LabelContainsCategoryName" data-uid="FarPoint.Web.Chart.YSeries.LabelContainsCategoryName">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.LabelContainsCategoryName.html#FarPoint_Web_Chart_YSeries_LabelContainsCategoryName">LabelContainsCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the category name in displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YSeries_YAxisId" data-uid="FarPoint.Web.Chart.YSeries.YAxisId">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.YAxisId.html#FarPoint_Web_Chart_YSeries_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_YSeries_GetSchema" data-uid="FarPoint.Web.Chart.YSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.GetSchema.html#FarPoint_Web_Chart_YSeries_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_YSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.YSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.ReadXml.html#FarPoint_Web_Chart_YSeries_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_YSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.YSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.YSeries.WriteXml.html#FarPoint_Web_Chart_YSeries_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>
