# FarPoint.Win.Chart.BarSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_BarSeries" data-uid="FarPoint.Win.Chart.BarSeries" class="text-break">BarSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 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.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">BarSeries</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Win.Chart.FunnelSeries.html">FunnelSeries</a></div>
      <div class="level4"><a class="xref" href="FarPoint.Win.Chart.HistogramBar.html">HistogramBar</a></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_BarSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;BarSeries&gt;))]
public class BarSeries : YSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of BarSeries)))&gt;
Public Class BarSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_BarSeries_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 for the series or for a point in the series 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).
Bar origin can be automatically generated or manually assigned.</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_BarSeries__ctor" data-uid="FarPoint.Win.Chart.BarSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.-ctor.html#FarPoint_Win_Chart_BarSeries__ctor">BarSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries__ctor_FarPoint_Win_Chart_BarSeries_" data-uid="FarPoint.Win.Chart.BarSeries.#ctor(FarPoint.Win.Chart.BarSeries)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.-ctor.html#FarPoint_Win_Chart_BarSeries__ctor_FarPoint_Win_Chart_BarSeries_">BarSeries(BarSeries)</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_BarSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.BarSeries.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.-ctor.html#FarPoint_Win_Chart_BarSeries__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">BarSeries(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new BarSeries 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_BarSeries_AutoOrigin" data-uid="FarPoint.Win.Chart.BarSeries.AutoOrigin">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.AutoOrigin.html#FarPoint_Win_Chart_BarSeries_AutoOrigin">AutoOrigin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the bar origin is automatically calculated
or manually assigned.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BarBorder" data-uid="FarPoint.Win.Chart.BarSeries.BarBorder">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BarBorder.html#FarPoint_Win_Chart_BarSeries_BarBorder">BarBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bar border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BarBorders" data-uid="FarPoint.Win.Chart.BarSeries.BarBorders">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BarBorders.html#FarPoint_Win_Chart_BarSeries_BarBorders">BarBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BarFill" data-uid="FarPoint.Win.Chart.BarSeries.BarFill">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BarFill.html#FarPoint_Win_Chart_BarSeries_BarFill">BarFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bar fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BarFills" data-uid="FarPoint.Win.Chart.BarSeries.BarFills">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BarFills.html#FarPoint_Win_Chart_BarSeries_BarFills">BarFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BarShape" data-uid="FarPoint.Win.Chart.BarSeries.BarShape">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BarShape.html#FarPoint_Win_Chart_BarSeries_BarShape">BarShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of bars.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BottomBevel" data-uid="FarPoint.Win.Chart.BarSeries.BottomBevel">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BottomBevel.html#FarPoint_Win_Chart_BarSeries_BottomBevel">BottomBevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom bevel.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_BottomBevels" data-uid="FarPoint.Win.Chart.BarSeries.BottomBevels">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.BottomBevels.html#FarPoint_Win_Chart_BarSeries_BottomBevels">BottomBevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bottom bevels for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_Count" data-uid="FarPoint.Win.Chart.BarSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.Count.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_GapDepth" data-uid="FarPoint.Win.Chart.BarSeries.GapDepth">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.GapDepth.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_GapWidth" data-uid="FarPoint.Win.Chart.BarSeries.GapWidth">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.GapWidth.html#FarPoint_Win_Chart_BarSeries_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_Win_Chart_BarSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.BarSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.LabelContainsValue.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_Origin" data-uid="FarPoint.Win.Chart.BarSeries.Origin">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.Origin.html#FarPoint_Win_Chart_BarSeries_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bar origin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_TopBevel" data-uid="FarPoint.Win.Chart.BarSeries.TopBevel">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.TopBevel.html#FarPoint_Win_Chart_BarSeries_TopBevel">TopBevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top bevel.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_TopBevels" data-uid="FarPoint.Win.Chart.BarSeries.TopBevels">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.TopBevels.html#FarPoint_Win_Chart_BarSeries_TopBevels">TopBevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of top bevels for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_Values" data-uid="FarPoint.Win.Chart.BarSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.Values.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_VaryColors" data-uid="FarPoint.Win.Chart.BarSeries.VaryColors">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.VaryColors.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_Clone" data-uid="FarPoint.Win.Chart.BarSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.Clone.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.BarSeries.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.GetObjectData.html#FarPoint_Win_Chart_BarSeries_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>
      <tr>
        <td id="FarPoint_Win_Chart_BarSeries_GetSchema" data-uid="FarPoint.Win.Chart.BarSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.GetSchema.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.BarSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.ReadXml.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.BarSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.ReadXmlElement.html#FarPoint_Win_Chart_BarSeries_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_BarSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.BarSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.BarSeries.WriteXml.html#FarPoint_Win_Chart_BarSeries_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>
