# GrapeCity.Spreadsheet.Charts.IDataLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IDataLabel" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel" class="text-break">IDataLabel Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the data label on a chart point or trendline.</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_IDataLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataLabel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet 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_Spreadsheet_Charts_IDataLabel_AutoText" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.AutoText">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.AutoText.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Format" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Format.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Formula" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Formula.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the object's formula in A1-style notation</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.FormulaR1C1.html#GrapeCity_Spreadsheet_Charts_IDataLabel_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the object's formula in R1C1-style notation</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_Height" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Height">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Height.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_HorizontalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.HorizontalAlignment.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Left" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Left.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_NumberFormat" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.NumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.NumberFormat.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_NumberFormatLinked" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.NumberFormatLinked">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.NumberFormatLinked.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Orientation" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Orientation.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Position" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Position.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Separator" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Separator">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Separator.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separator used for the data label on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_Shadow" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Shadow">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Shadow.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Shadow">Shadow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines if the object has a shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_ShowBubbleSize" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowBubbleSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowBubbleSize.html#GrapeCity_Spreadsheet_Charts_IDataLabel_ShowBubbleSize">ShowBubbleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the bubble size for the data label on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_ShowCategoryName" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowCategoryName">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowCategoryName.html#GrapeCity_Spreadsheet_Charts_IDataLabel_ShowCategoryName">ShowCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the category name for the data label on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_ShowLegendKey" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowLegendKey">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowLegendKey.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_ShowPercentage" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowPercentage">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowPercentage.html#GrapeCity_Spreadsheet_Charts_IDataLabel_ShowPercentage">ShowPercentage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the percentage value for the data label on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_ShowRange" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowRange.html#GrapeCity_Spreadsheet_Charts_IDataLabel_ShowRange">ShowRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the cell label value for the data label on a chart..</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_ShowSeriesName" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowSeriesName">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowSeriesName.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_ShowValue" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.ShowValue.html#GrapeCity_Spreadsheet_Charts_IDataLabel_ShowValue">ShowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether display the value for the data label on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_Text" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Text.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the data label text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_TextOrientation" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.TextOrientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.TextOrientation.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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_IDataLabel_Top" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Top.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_VerticalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.VerticalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.VerticalAlignment.html#GrapeCity_Spreadsheet_Charts_IDataLabel_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>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_Width" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Width">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Width.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the 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_IDataLabel_Characters_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Characters(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Characters.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Characters_System_Int32_System_Int32_">Characters(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.html">ICharacters</a> object that represents a range of characters within the object text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDataLabel_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IDataLabel.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.Delete.html#GrapeCity_Spreadsheet_Charts_IDataLabel_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
