# GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar" class="text-break">AnnotationTextBar Class
</h1>
  <div class="markdown level0 summary"><p>Text bar annotation 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"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.Annotation.html">Annotation</a></div>
    <div class="level6"><span class="xref">AnnotationTextBar</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><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.html">GrapeCity.ActiveReports.Chart.Annotations</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class AnnotationTextBar : Annotation, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable</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_Annotations_AnnotationTextBar__ctor" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.-ctor.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar__ctor">AnnotationTextBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <pre><code class="lang-csharp">AnnotationTextBar</code></pre> object with all properties set to its defaults.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.-ctor.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar__ctor_System_String_">AnnotationTextBar(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.-ctor.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">AnnotationTextBar(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_Annotations_AnnotationTextBar_AnchorPlacement" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnchorPlacement">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnchorPlacement.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_AnchorPlacement">AnchorPlacement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets position of anchor point to stick to layer surface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_AnchorPoint" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnchorPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnchorPoint.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_AnchorPoint">AnchorPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets anchor point in coordinate system of the corresponding layer</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_AnnotationClass" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnnotationClass">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.AnnotationClass.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_AnnotationClass">AnnotationClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets annotation type name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Backdrop.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets background used to fill interior of the text bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Font" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Font">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Font.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font used to display text on bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Height" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Height.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Line" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Line">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Line.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets line info used to stroke text bar</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Name" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Name.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_RotationAngle" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.RotationAngle">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.RotationAngle.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_RotationAngle">RotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets rotation angle (in degrees) of bar around anchor point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Text" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Text.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text string to display on bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Width" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Width.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the bar.</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_Annotations_AnnotationTextBar_Clone" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar.Clone.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationTextBar_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
    </tbody>
  </table>

</div>
