# GrapeCity.Spreadsheet.Charts.IDataLabels

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IDataLabels" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels" class="text-break">IDataLabels Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.html">IDataLabel</a> objects for the specified series.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IDataLabels_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataLabels</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataLabels</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_Spreadsheet_Charts_IDataLabels_AutoText" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.AutoText">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.AutoText.html#GrapeCity_Spreadsheet_Charts_IDataLabels_AutoText">AutoText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the object automatically generates appropriate text based on context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Count" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Count.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of data labels in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Format" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Format.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_HorizontalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.HorizontalAlignment.html#GrapeCity_Spreadsheet_Charts_IDataLabels_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the horizontal alignment for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Item.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data label at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_NumberFormat" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.NumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.NumberFormat.html#GrapeCity_Spreadsheet_Charts_IDataLabels_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the format code for the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_NumberFormatLinked" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.NumberFormatLinked">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.NumberFormatLinked.html#GrapeCity_Spreadsheet_Charts_IDataLabels_NumberFormatLinked">NumberFormatLinked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Orientation" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Orientation.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Position" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Position.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the position of the data label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Separator" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Separator">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Separator.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separator used for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_Shadow" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Shadow">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Shadow.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Shadow">Shadow</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value that determines if the object has a shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowBubbleSize" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowBubbleSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowBubbleSize.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowBubbleSize">ShowBubbleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the bubble size for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowCategoryName" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowCategoryName">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowCategoryName.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowCategoryName">ShowCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the category name for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowLegendKey" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowLegendKey">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowLegendKey.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowLegendKey">ShowLegendKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the data label legend key is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowPercentage" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowPercentage">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowPercentage.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowPercentage">ShowPercentage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the percentage value for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowRange" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowRange.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowRange">ShowRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether toggle the Range field if it exists on the data label range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowSeriesName" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowSeriesName">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowSeriesName.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowSeriesName">ShowSeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series name display behavior for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_ShowValue" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.ShowValue.html#GrapeCity_Spreadsheet_Charts_IDataLabels_ShowValue">ShowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the value for the data labels on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_TextOrientation" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.TextOrientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.TextOrientation.html#GrapeCity_Spreadsheet_Charts_IDataLabels_TextOrientation">TextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabels_VerticalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.VerticalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.VerticalAlignment.html#GrapeCity_Spreadsheet_Charts_IDataLabels_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the vertical alignment for the specified object.</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="GrapeCity_Spreadsheet_Charts_IDataLabels_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabels.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.Delete.html#GrapeCity_Spreadsheet_Charts_IDataLabels_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
