# GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel" class="text-break">IDisplayUnitLabel Interface
</h1>
  <div class="markdown level0 summary"><p>Returns the <code>DisplayUnitLabel</code> object for the specified axis</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_IDisplayUnitLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDisplayUnitLabel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDisplayUnitLabel</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_IDisplayUnitLabel_Format" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Format.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_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_IDisplayUnitLabel_Formula" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Formula.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_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_IDisplayUnitLabel_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.FormulaR1C1.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_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_IDisplayUnitLabel_Left" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Left.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a double value that represents the distance, in pixels, from the left edge of the object to the left edge of the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Orientation" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Orientation.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a integer value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Position" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Position.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the unit label on an axis in the chart</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Text" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Text.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the display unit label text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Top" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Top.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a double value that represents the distance, in pixels, from the top edge of the object to the top edge of the chart area.</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_IDisplayUnitLabel_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDisplayUnitLabel.Delete.html#GrapeCity_Spreadsheet_Charts_IDisplayUnitLabel_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
