# FarPoint.Web.Chart.LabelArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_LabelArea" data-uid="FarPoint.Web.Chart.LabelArea" class="text-break">LabelArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a label area in the chart.</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"><span class="xref">LabelArea</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_LabelArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LabelArea : ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LabelArea
    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_LabelArea__ctor" data-uid="FarPoint.Web.Chart.LabelArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.-ctor.html#FarPoint_Web_Chart_LabelArea__ctor">LabelArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea__ctor_FarPoint_Web_Chart_LabelArea_" data-uid="FarPoint.Web.Chart.LabelArea.#ctor(FarPoint.Web.Chart.LabelArea)">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.-ctor.html#FarPoint_Web_Chart_LabelArea__ctor_FarPoint_Web_Chart_LabelArea_">LabelArea(LabelArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label area that is a deep copy of the specified
label area.</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_LabelArea_AlignmentX" data-uid="FarPoint.Web.Chart.LabelArea.AlignmentX">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.AlignmentX.html#FarPoint_Web_Chart_LabelArea_AlignmentX">AlignmentX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_AlignmentY" data-uid="FarPoint.Web.Chart.LabelArea.AlignmentY">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.AlignmentY.html#FarPoint_Web_Chart_LabelArea_AlignmentY">AlignmentY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical alignment of the label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_Border" data-uid="FarPoint.Web.Chart.LabelArea.Border">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Border.html#FarPoint_Web_Chart_LabelArea_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border around the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_Fill" data-uid="FarPoint.Web.Chart.LabelArea.Fill">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Fill.html#FarPoint_Web_Chart_LabelArea_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill of the background behind the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_Location" data-uid="FarPoint.Web.Chart.LabelArea.Location">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Location.html#FarPoint_Web_Chart_LabelArea_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the label area in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_Padding" data-uid="FarPoint.Web.Chart.LabelArea.Padding">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Padding.html#FarPoint_Web_Chart_LabelArea_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of extra space around the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_Text" data-uid="FarPoint.Web.Chart.LabelArea.Text">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Text.html#FarPoint_Web_Chart_LabelArea_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed in the label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_TextDataField" data-uid="FarPoint.Web.Chart.LabelArea.TextDataField">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.TextDataField.html#FarPoint_Web_Chart_LabelArea_TextDataField">TextDataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field in the data source that stores the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_TextDataSource" data-uid="FarPoint.Web.Chart.LabelArea.TextDataSource">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.TextDataSource.html#FarPoint_Web_Chart_LabelArea_TextDataSource">TextDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_TextFill" data-uid="FarPoint.Web.Chart.LabelArea.TextFill">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.TextFill.html#FarPoint_Web_Chart_LabelArea_TextFill">TextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill of the text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_TextFont" data-uid="FarPoint.Web.Chart.LabelArea.TextFont">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.TextFont.html#FarPoint_Web_Chart_LabelArea_TextFont">TextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the text.</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_LabelArea_Clone" data-uid="FarPoint.Web.Chart.LabelArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Clone.html#FarPoint_Web_Chart_LabelArea_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_GetSchema" data-uid="FarPoint.Web.Chart.LabelArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.GetSchema.html#FarPoint_Web_Chart_LabelArea_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_LabelArea_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.LabelArea.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.OnChanged.html#FarPoint_Web_Chart_LabelArea_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_LabelArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.LabelArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.ReadXml.html#FarPoint_Web_Chart_LabelArea_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_LabelArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.LabelArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.WriteXml.html#FarPoint_Web_Chart_LabelArea_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>
  <h3 id="events">Events
</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_LabelArea_Changed" data-uid="FarPoint.Web.Chart.LabelArea.Changed">
          <a class="xref" href="FarPoint.Web.Chart.LabelArea.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the label area is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
