# GrapeCity.Spreadsheet.Charts.DataLabelVisibilities

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities" data-uid="GrapeCity.Spreadsheet.Charts.DataLabelVisibilities" class="text-break">DataLabelVisibilities Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the visibilities of the parts of a data label.</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_DataLabelVisibilities_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DataLabelVisibilities</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DataLabelVisibilities</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_BubbleSize">BubbleSize</td>
        <td><p>The bubble size in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_CategoryName">CategoryName</td>
        <td><p>The category name in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_LeaderLines">LeaderLines</td>
        <td><p>The leader line is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_LegendKey">LegendKey</td>
        <td><p>The legend key in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_None">None</td>
        <td><p>No data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_Percentage">Percentage</td>
        <td><p>The percentage value in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_SeriesName">SeriesName</td>
        <td><p>The series name in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_Value">Value</td>
        <td><p>The data point value in the data label is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_ValueFromCells">ValueFromCells</td>
        <td><p>The value from cell in the data label is visible.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
