# C1.Win.Chart.DataLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_DataLabel" data-uid="C1.Win.Chart.DataLabel" class="text-break">DataLabel Class
</h1>
  <div class="markdown level0 summary"><p>Represents a label associated with data point.</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="C1.Win.Chart.DataLabelBase.html">DataLabelBase</a></div>
    <div class="level2"><span class="xref">DataLabel</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_DataLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class DataLabel : DataLabelBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class DataLabel
    Inherits DataLabelBase</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_Win_Chart_DataLabel__ctor" data-uid="C1.Win.Chart.DataLabel.#ctor">
          <a class="xref" href="C1.Win.Chart.DataLabel.-ctor.html#C1_Win_Chart_DataLabel__ctor">DataLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of DataLabel class.</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_Win_Chart_DataLabel_Angle" data-uid="C1.Win.Chart.DataLabel.Angle">
          <a class="xref" href="C1.Win.Chart.DataLabel.Angle.html#C1_Win_Chart_DataLabel_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label rotation angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_ContentOptions" data-uid="C1.Win.Chart.DataLabel.ContentOptions">
          <a class="xref" href="C1.Win.Chart.DataLabel.ContentOptions.html#C1_Win_Chart_DataLabel_ContentOptions">ContentOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data label content options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_MaxAutoLabels" data-uid="C1.Win.Chart.DataLabel.MaxAutoLabels">
          <a class="xref" href="C1.Win.Chart.DataLabel.MaxAutoLabels.html#C1_Win_Chart_DataLabel_MaxAutoLabels">MaxAutoLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of labels for automatic positioning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_MaxLines" data-uid="C1.Win.Chart.DataLabel.MaxLines">
          <a class="xref" href="C1.Win.Chart.DataLabel.MaxLines.html#C1_Win_Chart_DataLabel_MaxLines">MaxLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of lines in data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_MaxWidth" data-uid="C1.Win.Chart.DataLabel.MaxWidth">
          <a class="xref" href="C1.Win.Chart.DataLabel.MaxWidth.html#C1_Win_Chart_DataLabel_MaxWidth">MaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_Overlapping" data-uid="C1.Win.Chart.DataLabel.Overlapping">
          <a class="xref" href="C1.Win.Chart.DataLabel.Overlapping.html#C1_Win_Chart_DataLabel_Overlapping">Overlapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value which indicates how to handle overlapped data labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_OverlappingOptions" data-uid="C1.Win.Chart.DataLabel.OverlappingOptions">
          <a class="xref" href="C1.Win.Chart.DataLabel.OverlappingOptions.html#C1_Win_Chart_DataLabel_OverlappingOptions">OverlappingOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label overlapping options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_DataLabel_Position" data-uid="C1.Win.Chart.DataLabel.Position">
          <a class="xref" href="C1.Win.Chart.DataLabel.Position.html#C1_Win_Chart_DataLabel_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of data labels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
