# GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel*">CategoryLabelLevel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel" data-uid="GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel">CategoryLabelLevel</h4>
<div class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryLabelLevel.html">CategoryLabelLevel</a> constant referring to the level of where the category labels are being sourced from.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int CategoryLabelLevel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property CategoryLabelLevel As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If there is a hierarchy, 0 refers to the most parent level, 1 refers to its children, and so on. So, 0 equals the first level, 1 equals the second level, 2 equals the third level, and so on.</p>
</div>
</div>
