# C1.Web.Mvc.DataLabelBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_DataLabelBase" data-uid="C1.Web.Mvc.DataLabelBase" class="text-break">DataLabelBase Class
</h1>
  <div class="markdown level0 summary"><p>The basic type of the point data label</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">DataLabelBase</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.DataLabel.html">DataLabel</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.PieDataLabel.html">PieDataLabel</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_DataLabelBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataLabelBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataLabelBase</code></pre>
  </div>
  <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_DataLabelBase_Border" data-uid="C1.Web.Mvc.DataLabelBase.Border">
          <a class="xref" href="C1.Web.Mvc.DataLabelBase.Border.html#C1_Web_Mvc_DataLabelBase_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether data labels have borders.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataLabelBase_ConnectingLine" data-uid="C1.Web.Mvc.DataLabelBase.ConnectingLine">
          <a class="xref" href="C1.Web.Mvc.DataLabelBase.ConnectingLine.html#C1_Web_Mvc_DataLabelBase_ConnectingLine">ConnectingLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to draw lines that connect labels to the data points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataLabelBase_Content" data-uid="C1.Web.Mvc.DataLabelBase.Content">
          <a class="xref" href="C1.Web.Mvc.DataLabelBase.Content.html#C1_Web_Mvc_DataLabelBase_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of data labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataLabelBase_Offset" data-uid="C1.Web.Mvc.DataLabelBase.Offset">
          <a class="xref" href="C1.Web.Mvc.DataLabelBase.Offset.html#C1_Web_Mvc_DataLabelBase_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset from label to the data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataLabelBase_OnClientRendering" data-uid="C1.Web.Mvc.DataLabelBase.OnClientRendering">
          <a class="xref" href="C1.Web.Mvc.DataLabelBase.OnClientRendering.html#C1_Web_Mvc_DataLabelBase_OnClientRendering">OnClientRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the rendering data label.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
