# FarPoint.Win.Chart.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_Series" data-uid="FarPoint.Win.Chart.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Base class for the series.</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"><span class="xref">Series</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.PieSeries.html">PieSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.PolarSeries.html">PolarSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.RadarSeries.html">RadarSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.SunburstSeries.html">SunburstSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.TreemapSeries.html">TreemapSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.XYSeries.html">XYSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.XYZSeries.html">XYZSeries</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.YSeries.html">YSeries</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Series : IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_Win_Chart_Series__ctor" data-uid="FarPoint.Win.Chart.Series.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.Series.-ctor.html#FarPoint_Win_Chart_Series__ctor">Series()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series__ctor_FarPoint_Win_Chart_Series_" data-uid="FarPoint.Win.Chart.Series.#ctor(FarPoint.Win.Chart.Series)">
          <a class="xref" href="FarPoint.Win.Chart.Series.-ctor.html#FarPoint_Win_Chart_Series__ctor_FarPoint_Win_Chart_Series_">Series(Series)</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_Series_Count" data-uid="FarPoint.Win.Chart.Series.Count">
          <a class="xref" href="FarPoint.Win.Chart.Series.Count.html#FarPoint_Win_Chart_Series_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_Series_LabelBorder" data-uid="FarPoint.Win.Chart.Series.LabelBorder">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelBorder.html#FarPoint_Win_Chart_Series_LabelBorder">LabelBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border around the data labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelContainsSeriesName" data-uid="FarPoint.Win.Chart.Series.LabelContainsSeriesName">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelContainsSeriesName.html#FarPoint_Win_Chart_Series_LabelContainsSeriesName">LabelContainsSeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the series name is displayed in the label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelFill" data-uid="FarPoint.Win.Chart.Series.LabelFill">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelFill.html#FarPoint_Win_Chart_Series_LabelFill">LabelFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill of the background of the data labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelFormatter" data-uid="FarPoint.Win.Chart.Series.LabelFormatter">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelFormatter.html#FarPoint_Win_Chart_Series_LabelFormatter">LabelFormatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label formatter object for the series labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelNegativeRed" data-uid="FarPoint.Win.Chart.Series.LabelNegativeRed">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelNegativeRed.html#FarPoint_Win_Chart_Series_LabelNegativeRed">LabelNegativeRed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the data labels with negative values are displayed in red.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelRotationAngle" data-uid="FarPoint.Win.Chart.Series.LabelRotationAngle">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelRotationAngle.html#FarPoint_Win_Chart_Series_LabelRotationAngle">LabelRotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle for the label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelSeparator" data-uid="FarPoint.Win.Chart.Series.LabelSeparator">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelSeparator.html#FarPoint_Win_Chart_Series_LabelSeparator">LabelSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text used to separate the contents of a label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelTextDirection" data-uid="FarPoint.Win.Chart.Series.LabelTextDirection">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelTextDirection.html#FarPoint_Win_Chart_Series_LabelTextDirection">LabelTextDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation for the label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelTextFill" data-uid="FarPoint.Win.Chart.Series.LabelTextFill">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelTextFill.html#FarPoint_Win_Chart_Series_LabelTextFill">LabelTextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill of the text of the data labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelTextFont" data-uid="FarPoint.Win.Chart.Series.LabelTextFont">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelTextFont.html#FarPoint_Win_Chart_Series_LabelTextFont">LabelTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the text of the data labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LabelVisible" data-uid="FarPoint.Win.Chart.Series.LabelVisible">
          <a class="xref" href="FarPoint.Win.Chart.Series.LabelVisible.html#FarPoint_Win_Chart_Series_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the data labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_LegendAreaId" data-uid="FarPoint.Win.Chart.Series.LegendAreaId">
          <a class="xref" href="FarPoint.Win.Chart.Series.LegendAreaId.html#FarPoint_Win_Chart_Series_LegendAreaId">LegendAreaId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the legend on which the series is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_SeriesName" data-uid="FarPoint.Win.Chart.Series.SeriesName">
          <a class="xref" href="FarPoint.Win.Chart.Series.SeriesName.html#FarPoint_Win_Chart_Series_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_SeriesNameDataField" data-uid="FarPoint.Win.Chart.Series.SeriesNameDataField">
          <a class="xref" href="FarPoint.Win.Chart.Series.SeriesNameDataField.html#FarPoint_Win_Chart_Series_SeriesNameDataField">SeriesNameDataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field in the data source that stores the series name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_SeriesNameDataSource" data-uid="FarPoint.Win.Chart.Series.SeriesNameDataSource">
          <a class="xref" href="FarPoint.Win.Chart.Series.SeriesNameDataSource.html#FarPoint_Win_Chart_Series_SeriesNameDataSource">SeriesNameDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the series name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_Visible" data-uid="FarPoint.Win.Chart.Series.Visible">
          <a class="xref" href="FarPoint.Win.Chart.Series.Visible.html#FarPoint_Win_Chart_Series_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the series is visible.</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_Series_GetSchema" data-uid="FarPoint.Win.Chart.Series.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.Series.GetSchema.html#FarPoint_Win_Chart_Series_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_Series_OnChanged_System_EventArgs_" data-uid="FarPoint.Win.Chart.Series.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Chart.Series.OnChanged.html#FarPoint_Win_Chart_Series_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Series_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.Series.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.Series.ReadXml.html#FarPoint_Win_Chart_Series_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_Series_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.Series.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.Series.ReadXmlElement.html#FarPoint_Win_Chart_Series_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_Series_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.Series.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.Series.WriteXml.html#FarPoint_Win_Chart_Series_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>
  <h3 id="events">Events
</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_Series_Changed" data-uid="FarPoint.Win.Chart.Series.Changed">
          <a class="xref" href="FarPoint.Win.Chart.Series.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the series is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
