# FarPoint.Win.Chart.ParetoSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_ParetoSeries" data-uid="FarPoint.Win.Chart.ParetoSeries" class="text-break">ParetoSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a histogram 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"><a class="xref" href="FarPoint.Win.Chart.HistogramSeries.html">HistogramSeries</a></div>
    <div class="level4"><span class="xref">ParetoSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Chart.IMixSeries.html">IMixSeries</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><span class="xref">IXmlSerializable</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></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_ParetoSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;ParetoSeries&gt;))]
public class ParetoSeries : HistogramSeries, IMixSeries, ICloneable, IXmlSerializable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of ParetoSeries)))&gt;
Public Class ParetoSeries
    Inherits HistogramSeries
    Implements IMixSeries, ICloneable, IXmlSerializable, ISerializable</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_ParetoSeries__ctor" data-uid="FarPoint.Win.Chart.ParetoSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.-ctor.html#FarPoint_Win_Chart_ParetoSeries__ctor">ParetoSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ParetoSeries__ctor_FarPoint_Win_Chart_ParetoSeries_" data-uid="FarPoint.Win.Chart.ParetoSeries.#ctor(FarPoint.Win.Chart.ParetoSeries)">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.-ctor.html#FarPoint_Win_Chart_ParetoSeries__ctor_FarPoint_Win_Chart_ParetoSeries_">ParetoSeries(ParetoSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ParetoSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.ParetoSeries.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.-ctor.html#FarPoint_Win_Chart_ParetoSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ParetoSeries(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ParetoSeries from serialization.</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_ParetoSeries_ParetoLine" data-uid="FarPoint.Win.Chart.ParetoSeries.ParetoLine">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.ParetoLine.html#FarPoint_Win_Chart_ParetoSeries_ParetoLine">ParetoLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bar object of the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ParetoSeries_SeriesName" data-uid="FarPoint.Win.Chart.ParetoSeries.SeriesName">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.SeriesName.html#FarPoint_Win_Chart_ParetoSeries_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of 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_ParetoSeries_Clone" data-uid="FarPoint.Win.Chart.ParetoSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.Clone.html#FarPoint_Win_Chart_ParetoSeries_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_ParetoSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.ParetoSeries.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.ParetoSeries.GetObjectData.html#FarPoint_Win_Chart_ParetoSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
