# FarPoint.Win.Chart.PointSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_PointSeries" data-uid="FarPoint.Win.Chart.PointSeries" class="text-break">PointSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point 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">PointSeries</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_PointSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;PointSeries&gt;))]
public class PointSeries : YSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of PointSeries)))&gt;
Public Class PointSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_PointSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains a single value. Point borders, point fills,
and point markers can be assigned for the series or for a point
in the series with null (Nothing in VB) indicating unassigned.
Point 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_PointSeries__ctor" data-uid="FarPoint.Win.Chart.PointSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.-ctor.html#FarPoint_Win_Chart_PointSeries__ctor">PointSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PointSeries__ctor_FarPoint_Win_Chart_PointSeries_" data-uid="FarPoint.Win.Chart.PointSeries.#ctor(FarPoint.Win.Chart.PointSeries)">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.-ctor.html#FarPoint_Win_Chart_PointSeries__ctor_FarPoint_Win_Chart_PointSeries_">PointSeries(PointSeries)</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_PointSeries_Count" data-uid="FarPoint.Win.Chart.PointSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.Count.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_DropLinesLine" data-uid="FarPoint.Win.Chart.PointSeries.DropLinesLine">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.DropLinesLine.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_DropLinesVisible" data-uid="FarPoint.Win.Chart.PointSeries.DropLinesVisible">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.DropLinesVisible.html#FarPoint_Win_Chart_PointSeries_DropLinesVisible">DropLinesVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the drop lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PointSeries_GapDepth" data-uid="FarPoint.Win.Chart.PointSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.GapDepth.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.PointSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.LabelContainsValue.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointBorder" data-uid="FarPoint.Win.Chart.PointSeries.PointBorder">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointBorder.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointBorders" data-uid="FarPoint.Win.Chart.PointSeries.PointBorders">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointBorders.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointFill" data-uid="FarPoint.Win.Chart.PointSeries.PointFill">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointFill.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointFills" data-uid="FarPoint.Win.Chart.PointSeries.PointFills">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointFills.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointMarker" data-uid="FarPoint.Win.Chart.PointSeries.PointMarker">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointMarker.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_PointMarkers" data-uid="FarPoint.Win.Chart.PointSeries.PointMarkers">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.PointMarkers.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_Values" data-uid="FarPoint.Win.Chart.PointSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.Values.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_VaryColors" data-uid="FarPoint.Win.Chart.PointSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.VaryColors.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_Clone" data-uid="FarPoint.Win.Chart.PointSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.Clone.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_GetSchema" data-uid="FarPoint.Win.Chart.PointSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.GetSchema.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.PointSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.ReadXml.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.PointSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.ReadXmlElement.html#FarPoint_Win_Chart_PointSeries_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_PointSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.PointSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.PointSeries.WriteXml.html#FarPoint_Win_Chart_PointSeries_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>
