# GrapeCity.ActiveReports.Chart.LabelInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_LabelInfo" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo" class="text-break">LabelInfo Class
</h1>
  <div class="markdown level0 summary"><p>Label object</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><span class="xref">LabelInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_LabelInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LabelInfo.Converter))]
public sealed class LabelInfo : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer</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="GrapeCity_ActiveReports_Chart_LabelInfo__ctor" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor">LabelInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the LabelInfo class with default settings</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">LabelInfo(AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the LabelInfo class with default settings</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_FontInfo_System_String_GrapeCity_ActiveReports_Chart_Alignment_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.FontInfo,System.String,GrapeCity.ActiveReports.Chart.Alignment)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_FontInfo_System_String_GrapeCity_ActiveReports_Chart_Alignment_">LabelInfo(Line, Backdrop, FontInfo, string, Alignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the LabelInfo class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_FontInfo_System_String_GrapeCity_ActiveReports_Chart_Alignment_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.FontInfo,System.String,GrapeCity.ActiveReports.Chart.Alignment,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_FontInfo_System_String_GrapeCity_ActiveReports_Chart_Alignment_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">LabelInfo(Line, Backdrop, FontInfo, string, Alignment, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the LabelInfo class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor_System_String_">LabelInfo(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.-ctor.html#GrapeCity_ActiveReports_Chart_LabelInfo__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">LabelInfo(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_LabelInfo_Alignment" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Alignment.html#GrapeCity_ActiveReports_Chart_LabelInfo_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets label's position around anchor point</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Backdrop.html#GrapeCity_ActiveReports_Chart_LabelInfo_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets background info to fill label bar</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Border" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Border">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Border.html#GrapeCity_ActiveReports_Chart_LabelInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets line info to outline label bar</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Font" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Font">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Font.html#GrapeCity_ActiveReports_Chart_LabelInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font info to draw labels</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Format" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Format">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Format.html#GrapeCity_ActiveReports_Chart_LabelInfo_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets label format string</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="GrapeCity_ActiveReports_Chart_LabelInfo_CheckPropertiesValidityImpl_GrapeCity_ActiveReports_Chart_ISharpGraph_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.CheckPropertiesValidityImpl(GrapeCity.ActiveReports.Chart.ISharpGraph)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.CheckPropertiesValidityImpl.html#GrapeCity_ActiveReports_Chart_LabelInfo_CheckPropertiesValidityImpl_GrapeCity_ActiveReports_Chart_ISharpGraph_">CheckPropertiesValidityImpl(ISharpGraph)</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.CheckPropertiesValidityImpl</code></pre>
<p>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Clone" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Clone.html#GrapeCity_ActiveReports_Chart_LabelInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.Equals.html#GrapeCity_ActiveReports_Chart_LabelInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelInfo_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.LabelInfo.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.GetHashCode.html#GrapeCity_ActiveReports_Chart_LabelInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
