# GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel*">SeriesNameLevel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel">SeriesNameLevel</h4>
<div class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.SeriesNameLevel.html">SeriesNameLevel</a> constant referring to the level of where the series names 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 SeriesNameLevel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property SeriesNameLevel As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If there is a hierarchy, 0 refers to the 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>
