# FarPoint.Web.Chart.StackedBarSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_StackedBarSeries" data-uid="FarPoint.Web.Chart.StackedBarSeries" class="text-break">StackedBarSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a stacked group of bar 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"><a class="xref" href="FarPoint.Web.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">StackedBarSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Chart.ICompositeSeries.html">ICompositeSeries</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <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_StackedBarSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StackedBarSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StackedBarSeries
    Inherits YSeries
    Implements ICompositeSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_StackedBarSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each point contains a single value.  Bar borders and bar fills
can be assigned to a series or a point with null (Nothing in VB)
indicating unassigned.  Bar width and bar depth are measured
relative to the floor grid cell (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_Web_Chart_StackedBarSeries__ctor" data-uid="FarPoint.Web.Chart.StackedBarSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.-ctor.html#FarPoint_Web_Chart_StackedBarSeries__ctor">StackedBarSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StackedBarSeries__ctor_FarPoint_Web_Chart_StackedBarSeries_" data-uid="FarPoint.Web.Chart.StackedBarSeries.#ctor(FarPoint.Web.Chart.StackedBarSeries)">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.-ctor.html#FarPoint_Web_Chart_StackedBarSeries__ctor_FarPoint_Web_Chart_StackedBarSeries_">StackedBarSeries(StackedBarSeries)</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_StackedBarSeries_Count" data-uid="FarPoint.Web.Chart.StackedBarSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.Count.html#FarPoint_Web_Chart_StackedBarSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in the group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StackedBarSeries_GapDepth" data-uid="FarPoint.Web.Chart.StackedBarSeries.GapDepth">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.GapDepth.html#FarPoint_Web_Chart_StackedBarSeries_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_Web_Chart_StackedBarSeries_GapWidth" data-uid="FarPoint.Web.Chart.StackedBarSeries.GapWidth">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.GapWidth.html#FarPoint_Web_Chart_StackedBarSeries_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between categories.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StackedBarSeries_Percent" data-uid="FarPoint.Web.Chart.StackedBarSeries.Percent">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.Percent.html#FarPoint_Web_Chart_StackedBarSeries_Percent">Percent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether bars are stacked or 100% stacked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StackedBarSeries_Series" data-uid="FarPoint.Web.Chart.StackedBarSeries.Series">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.Series.html#FarPoint_Web_Chart_StackedBarSeries_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar 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_Web_Chart_StackedBarSeries_Clone" data-uid="FarPoint.Web.Chart.StackedBarSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.Clone.html#FarPoint_Web_Chart_StackedBarSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StackedBarSeries_GetSchema" data-uid="FarPoint.Web.Chart.StackedBarSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.GetSchema.html#FarPoint_Web_Chart_StackedBarSeries_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_StackedBarSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.StackedBarSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.ReadXml.html#FarPoint_Web_Chart_StackedBarSeries_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_StackedBarSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.StackedBarSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.StackedBarSeries.WriteXml.html#FarPoint_Web_Chart_StackedBarSeries_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>
