# GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel_" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel*">HasDisplayUnitLabel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel_" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel">HasDisplayUnitLabel</h4>
<div class="markdown level1 summary"><p>True if the label specified by the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnit">DisplayUnit</a> or <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitCustom.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitCustom">DisplayUnitCustom</a> property is displayed on the specified axis. The default value is True</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool HasDisplayUnitLabel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property HasDisplayUnitLabel As Boolean</code></pre>
</div>
</div>
