# GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IPoint_ApplyDataLabels_" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels*">ApplyDataLabels Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IPoint_ApplyDataLabels_" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IPoint_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels(GrapeCity.Spreadsheet.Charts.DataLabelVisibilities,System.String)">ApplyDataLabels(DataLabelVisibilities, string)</h4>
<div class="markdown level1 summary"><p>Applies data labels to a point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ApplyDataLabels(DataLabelVisibilities visible, string separator = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ApplyDataLabels(visible As DataLabelVisibilities, Optional separator As String = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.DataLabelVisibilities.html">DataLabelVisibilities</a></td>
      <td><span class="parametername">visible</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.Charts.DataLabelVisibilities.html">DataLabelVisibilities</a> value indicates which data is shown.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">separator</span></td>
      <td><p>The separator for the data label.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
