# C1.Win.C1Chart.DataLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_DataLabel" data-uid="C1.Win.C1Chart.DataLabel" class="text-break">DataLabel Class
</h1>
  <div class="markdown level0 summary"><p>Represents text label for data values.</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">DataLabel</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_DataLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class DataLabel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class DataLabel</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_Win_C1Chart_DataLabel_Compass" data-uid="C1.Win.C1Chart.DataLabel.Compass">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Compass.html#C1_Win_C1Chart_DataLabel_Compass">Compass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the label relative its specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Connected" data-uid="C1.Win.C1Chart.DataLabel.Connected">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Connected.html#C1_Win_C1Chart_DataLabel_Connected">Connected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a connecting line is drawn to an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Filter" data-uid="C1.Win.C1Chart.DataLabel.Filter">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Filter.html#C1_Win_C1Chart_DataLabel_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter value of the data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Offset" data-uid="C1.Win.C1Chart.DataLabel.Offset">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Offset.html#C1_Win_C1Chart_DataLabel_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset distance in pixels from an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Style" data-uid="C1.Win.C1Chart.DataLabel.Style">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Style.html#C1_Win_C1Chart_DataLabel_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Style object of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Text" data-uid="C1.Win.C1Chart.DataLabel.Text">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Text.html#C1_Win_C1Chart_DataLabel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataLabel_Visible" data-uid="C1.Win.C1Chart.DataLabel.Visible">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Visible.html#C1_Win_C1Chart_DataLabel_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label visibility.</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="C1_Win_C1Chart_DataLabel_Dispose" data-uid="C1.Win.C1Chart.DataLabel.Dispose">
          <a class="xref" href="C1.Win.C1Chart.DataLabel.Dispose.html#C1_Win_C1Chart_DataLabel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Readies the chart object for garbage collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
