# FarPoint.Win.Chart.XYBubbleSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_XYBubbleSeries" data-uid="FarPoint.Win.Chart.XYBubbleSeries" class="text-break">XYBubbleSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a bubble 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.XYSeries.html">XYSeries</a></div>
    <div class="level3"><span class="xref">XYBubbleSeries</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_XYBubbleSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;XYBubbleSeries&gt;))]
public class XYBubbleSeries : XYSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of XYBubbleSeries)))&gt;
Public Class XYBubbleSeries
    Inherits XYSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_XYBubbleSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains two values: value and size.  Bubble borders and
bubble fills can be assigned for the series or for a point in
the series with null (Nothing in VB) indicating unassigned.  Bubble
size is measured relative to plot area width (with a range 0 to 1).
Bubble depth is measured relative to floor grid (with a range of
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_XYBubbleSeries__ctor" data-uid="FarPoint.Win.Chart.XYBubbleSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.-ctor.html#FarPoint_Win_Chart_XYBubbleSeries__ctor">XYBubbleSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries__ctor_FarPoint_Win_Chart_XYBubbleSeries_" data-uid="FarPoint.Win.Chart.XYBubbleSeries.#ctor(FarPoint.Win.Chart.XYBubbleSeries)">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.-ctor.html#FarPoint_Win_Chart_XYBubbleSeries__ctor_FarPoint_Win_Chart_XYBubbleSeries_">XYBubbleSeries(XYBubbleSeries)</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_XYBubbleSeries_BubbleSize" data-uid="FarPoint.Win.Chart.XYBubbleSeries.BubbleSize">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.BubbleSize.html#FarPoint_Win_Chart_XYBubbleSeries_BubbleSize">BubbleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the largest bubble.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_Count" data-uid="FarPoint.Win.Chart.XYBubbleSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.Count.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_GapDepth" data-uid="FarPoint.Win.Chart.XYBubbleSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.GapDepth.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_LabelContainsSizeValue" data-uid="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsSizeValue">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsSizeValue.html#FarPoint_Win_Chart_XYBubbleSeries_LabelContainsSizeValue">LabelContainsSizeValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the size value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_LabelContainsXValue" data-uid="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsXValue">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsXValue.html#FarPoint_Win_Chart_XYBubbleSeries_LabelContainsXValue">LabelContainsXValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the x value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_LabelContainsYValue" data-uid="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsYValue">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.LabelContainsYValue.html#FarPoint_Win_Chart_XYBubbleSeries_LabelContainsYValue">LabelContainsYValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the y value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_NegativeBorder" data-uid="FarPoint.Win.Chart.XYBubbleSeries.NegativeBorder">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.NegativeBorder.html#FarPoint_Win_Chart_XYBubbleSeries_NegativeBorder">NegativeBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the negative border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_NegativeBorders" data-uid="FarPoint.Win.Chart.XYBubbleSeries.NegativeBorders">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.NegativeBorders.html#FarPoint_Win_Chart_XYBubbleSeries_NegativeBorders">NegativeBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of negative borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_NegativeFill" data-uid="FarPoint.Win.Chart.XYBubbleSeries.NegativeFill">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.NegativeFill.html#FarPoint_Win_Chart_XYBubbleSeries_NegativeFill">NegativeFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the negative fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_NegativeFills" data-uid="FarPoint.Win.Chart.XYBubbleSeries.NegativeFills">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.NegativeFills.html#FarPoint_Win_Chart_XYBubbleSeries_NegativeFills">NegativeFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of negative fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_NegativeVisible" data-uid="FarPoint.Win.Chart.XYBubbleSeries.NegativeVisible">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.NegativeVisible.html#FarPoint_Win_Chart_XYBubbleSeries_NegativeVisible">NegativeVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether bubbles with negative size are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_PositiveBorder" data-uid="FarPoint.Win.Chart.XYBubbleSeries.PositiveBorder">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.PositiveBorder.html#FarPoint_Win_Chart_XYBubbleSeries_PositiveBorder">PositiveBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the positive border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_PositiveBorders" data-uid="FarPoint.Win.Chart.XYBubbleSeries.PositiveBorders">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.PositiveBorders.html#FarPoint_Win_Chart_XYBubbleSeries_PositiveBorders">PositiveBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of positve borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_PositiveFill" data-uid="FarPoint.Win.Chart.XYBubbleSeries.PositiveFill">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.PositiveFill.html#FarPoint_Win_Chart_XYBubbleSeries_PositiveFill">PositiveFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the positive fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_PositiveFills" data-uid="FarPoint.Win.Chart.XYBubbleSeries.PositiveFills">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.PositiveFills.html#FarPoint_Win_Chart_XYBubbleSeries_PositiveFills">PositiveFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of positive fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_SizeRepresentsArea" data-uid="FarPoint.Win.Chart.XYBubbleSeries.SizeRepresentsArea">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.SizeRepresentsArea.html#FarPoint_Win_Chart_XYBubbleSeries_SizeRepresentsArea">SizeRepresentsArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether data point size values represent area of
bubble or width of bubble.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_SizeValues" data-uid="FarPoint.Win.Chart.XYBubbleSeries.SizeValues">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.SizeValues.html#FarPoint_Win_Chart_XYBubbleSeries_SizeValues">SizeValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of size values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_VaryColors" data-uid="FarPoint.Win.Chart.XYBubbleSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.VaryColors.html#FarPoint_Win_Chart_XYBubbleSeries_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>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_XValues" data-uid="FarPoint.Win.Chart.XYBubbleSeries.XValues">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.XValues.html#FarPoint_Win_Chart_XYBubbleSeries_XValues">XValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of x values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_XYBubbleSeries_YValues" data-uid="FarPoint.Win.Chart.XYBubbleSeries.YValues">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.YValues.html#FarPoint_Win_Chart_XYBubbleSeries_YValues">YValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of y values for 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_XYBubbleSeries_Clone" data-uid="FarPoint.Win.Chart.XYBubbleSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.Clone.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_GetSchema" data-uid="FarPoint.Win.Chart.XYBubbleSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.GetSchema.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.XYBubbleSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.ReadXml.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.XYBubbleSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.ReadXmlElement.html#FarPoint_Win_Chart_XYBubbleSeries_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_XYBubbleSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.XYBubbleSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.XYBubbleSeries.WriteXml.html#FarPoint_Win_Chart_XYBubbleSeries_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>
