# FarPoint.Win.Chart.BoxWhiskerSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_BoxWhiskerSeries" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries" class="text-break">BoxWhiskerSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a box and whisker area 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">BoxWhiskerSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></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.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_BoxWhiskerSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;BoxWhiskerSeries&gt;))]
public class BoxWhiskerSeries : YSeries, IXmlSerializable, ICloneable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of BoxWhiskerSeries)))&gt;
Public Class BoxWhiskerSeries
    Inherits YSeries
    Implements IXmlSerializable, ICloneable, 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_BoxWhiskerSeries__ctor" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.-ctor.html#FarPoint_Win_Chart_BoxWhiskerSeries__ctor">BoxWhiskerSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries__ctor_FarPoint_Win_Chart_BoxWhiskerSeries_" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.#ctor(FarPoint.Win.Chart.BoxWhiskerSeries)">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.-ctor.html#FarPoint_Win_Chart_BoxWhiskerSeries__ctor_FarPoint_Win_Chart_BoxWhiskerSeries_">BoxWhiskerSeries(BoxWhiskerSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new box whisker 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_BoxWhiskerSeries_Border" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.Border">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.Border.html#FarPoint_Win_Chart_BoxWhiskerSeries_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line for the surface.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_Count" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.Count.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_Fill" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.Fill">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.Fill.html#FarPoint_Win_Chart_BoxWhiskerSeries_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill for the surface.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_GapWidth" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.GapWidth">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.GapWidth.html#FarPoint_Win_Chart_BoxWhiskerSeries_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap width.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.LabelContainsValue.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_QuartileMethod" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.QuartileMethod">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.QuartileMethod.html#FarPoint_Win_Chart_BoxWhiskerSeries_QuartileMethod">QuartileMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the calculation type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_ShowInnerPoints" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ShowInnerPoints">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ShowInnerPoints.html#FarPoint_Win_Chart_BoxWhiskerSeries_ShowInnerPoints">ShowInnerPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the inner points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_ShowMeanLine" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ShowMeanLine">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ShowMeanLine.html#FarPoint_Win_Chart_BoxWhiskerSeries_ShowMeanLine">ShowMeanLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the line connecting the means of the boxes in the selected series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_ShowMeanMarkers" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ShowMeanMarkers">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ShowMeanMarkers.html#FarPoint_Win_Chart_BoxWhiskerSeries_ShowMeanMarkers">ShowMeanMarkers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the mean makers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_ShowOutlierPoints" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ShowOutlierPoints">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ShowOutlierPoints.html#FarPoint_Win_Chart_BoxWhiskerSeries_ShowOutlierPoints">ShowOutlierPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the outlier points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BoxWhiskerSeries_Values" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.Values.html#FarPoint_Win_Chart_BoxWhiskerSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of 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_BoxWhiskerSeries_Clone" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.Clone.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.GetObjectData.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_GetSchema" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.GetSchema.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ReadXml.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.ReadXmlElement.html#FarPoint_Win_Chart_BoxWhiskerSeries_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_BoxWhiskerSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.BoxWhiskerSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.BoxWhiskerSeries.WriteXml.html#FarPoint_Win_Chart_BoxWhiskerSeries_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>
