# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel" class="text-break">IDataLabel Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the interface for styling labels of the chart data point values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataLabel</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Position" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Position">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Position.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Rotation" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Rotation">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Rotation.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the angle of rotation of the label text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Style" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Style.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text, border, and background style properties for the labels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Value" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Value.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label text to use for the value labels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Visible" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel.Visible.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IDataLabel_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the data label is displayed on the chart.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
