# FarPoint.Web.Chart.TreemapSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_TreemapSeries" data-uid="FarPoint.Web.Chart.TreemapSeries" class="text-break">TreemapSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Treemap series in a Treemap 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"><span class="xref">TreemapSeries</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><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_TreemapSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;TreemapSeries&gt;))]
public class TreemapSeries : Series, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of TreemapSeries)))&gt;
Public Class TreemapSeries
    Inherits Series
    Implements ICloneable, IXmlSerializable</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_Web_Chart_TreemapSeries__ctor" data-uid="FarPoint.Web.Chart.TreemapSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.-ctor.html#FarPoint_Web_Chart_TreemapSeries__ctor">TreemapSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries__ctor_FarPoint_Web_Chart_TreemapSeries_" data-uid="FarPoint.Web.Chart.TreemapSeries.#ctor(FarPoint.Web.Chart.TreemapSeries)">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.-ctor.html#FarPoint_Web_Chart_TreemapSeries__ctor_FarPoint_Web_Chart_TreemapSeries_">TreemapSeries(TreemapSeries)</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_TreemapSeries_Border" data-uid="FarPoint.Web.Chart.TreemapSeries.Border">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Border.html#FarPoint_Web_Chart_TreemapSeries_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pie border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_Borders" data-uid="FarPoint.Web.Chart.TreemapSeries.Borders">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Borders.html#FarPoint_Web_Chart_TreemapSeries_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of pie borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_CategoryNames" data-uid="FarPoint.Web.Chart.TreemapSeries.CategoryNames">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.CategoryNames.html#FarPoint_Web_Chart_TreemapSeries_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category names for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_Count" data-uid="FarPoint.Web.Chart.TreemapSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Count.html#FarPoint_Web_Chart_TreemapSeries_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_Web_Chart_TreemapSeries_Fill" data-uid="FarPoint.Web.Chart.TreemapSeries.Fill">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Fill.html#FarPoint_Web_Chart_TreemapSeries_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pie fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_Fills" data-uid="FarPoint.Web.Chart.TreemapSeries.Fills">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Fills.html#FarPoint_Web_Chart_TreemapSeries_Fills">Fills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of pie fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_LabelContainsCategoryName" data-uid="FarPoint.Web.Chart.TreemapSeries.LabelContainsCategoryName">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.LabelContainsCategoryName.html#FarPoint_Web_Chart_TreemapSeries_LabelContainsCategoryName">LabelContainsCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the category name is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_LabelContainsValue" data-uid="FarPoint.Web.Chart.TreemapSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.LabelContainsValue.html#FarPoint_Web_Chart_TreemapSeries_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_Web_Chart_TreemapSeries_LabelOption" data-uid="FarPoint.Web.Chart.TreemapSeries.LabelOption">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.LabelOption.html#FarPoint_Web_Chart_TreemapSeries_LabelOption">LabelOption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the lable option.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_LabelVisible" data-uid="FarPoint.Web.Chart.TreemapSeries.LabelVisible">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.LabelVisible.html#FarPoint_Web_Chart_TreemapSeries_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the data labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_Values" data-uid="FarPoint.Web.Chart.TreemapSeries.Values">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Values.html#FarPoint_Web_Chart_TreemapSeries_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_Web_Chart_TreemapSeries_Clone" data-uid="FarPoint.Web.Chart.TreemapSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.Clone.html#FarPoint_Web_Chart_TreemapSeries_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_TreemapSeries_GetCategoryNames_System_Int32_" data-uid="FarPoint.Web.Chart.TreemapSeries.GetCategoryNames(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.GetCategoryNames.html#FarPoint_Web_Chart_TreemapSeries_GetCategoryNames_System_Int32_">GetCategoryNames(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns Category name of point.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_GetSchema" data-uid="FarPoint.Web.Chart.TreemapSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.GetSchema.html#FarPoint_Web_Chart_TreemapSeries_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_TreemapSeries_GetValue_System_Int32_" data-uid="FarPoint.Web.Chart.TreemapSeries.GetValue(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.GetValue.html#FarPoint_Web_Chart_TreemapSeries_GetValue_System_Int32_">GetValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns value of point</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_TreemapSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.TreemapSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.ReadXml.html#FarPoint_Web_Chart_TreemapSeries_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_TreemapSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.TreemapSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.TreemapSeries.WriteXml.html#FarPoint_Web_Chart_TreemapSeries_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>
