# C1.Web.Mvc.AnnotationBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_AnnotationBase" data-uid="C1.Web.Mvc.AnnotationBase" class="text-break">AnnotationBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class of annotations for the AnnotationLayer.</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">AnnotationBase</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Shape.html">Shape</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Text.html">Text</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_AnnotationBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class AnnotationBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class AnnotationBase</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="C1_Web_Mvc_AnnotationBase__ctor" data-uid="C1.Web.Mvc.AnnotationBase.#ctor">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.-ctor.html#C1_Web_Mvc_AnnotationBase__ctor">AnnotationBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.AnnotationBase.html">AnnotationBase</a> instance.</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="C1_Web_Mvc_AnnotationBase_Attachment" data-uid="C1.Web.Mvc.AnnotationBase.Attachment">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Attachment.html#C1_Web_Mvc_AnnotationBase_Attachment">Attachment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the attachment of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_IsVisible" data-uid="C1.Web.Mvc.AnnotationBase.IsVisible">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.IsVisible.html#C1_Web_Mvc_AnnotationBase_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Name" data-uid="C1.Web.Mvc.AnnotationBase.Name">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Name.html#C1_Web_Mvc_AnnotationBase_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Offset" data-uid="C1.Web.Mvc.AnnotationBase.Offset">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Offset.html#C1_Web_Mvc_AnnotationBase_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset of the annotation from the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Point" data-uid="C1.Web.Mvc.AnnotationBase.Point">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Point.html#C1_Web_Mvc_AnnotationBase_Point">Point</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_PointIndex" data-uid="C1.Web.Mvc.AnnotationBase.PointIndex">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.PointIndex.html#C1_Web_Mvc_AnnotationBase_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data point index of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Position" data-uid="C1.Web.Mvc.AnnotationBase.Position">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Position.html#C1_Web_Mvc_AnnotationBase_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_SeriesIndex" data-uid="C1.Web.Mvc.AnnotationBase.SeriesIndex">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.SeriesIndex.html#C1_Web_Mvc_AnnotationBase_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data series index of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Style" data-uid="C1.Web.Mvc.AnnotationBase.Style">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Style.html#C1_Web_Mvc_AnnotationBase_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationBase_Tooltip" data-uid="C1.Web.Mvc.AnnotationBase.Tooltip">
          <a class="xref" href="C1.Web.Mvc.AnnotationBase.Tooltip.html#C1_Web_Mvc_AnnotationBase_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip of the annotation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
