# C1.Report.FlexChart.Series.Label

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexChart_Series_Label_" data-uid="C1.Report.FlexChart.Series.Label*">Label Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexChart_Series_Label_" data-uid="C1.Report.FlexChart.Series.Label*"></a>
<h4 id="C1_Report_FlexChart_Series_Label" data-uid="C1.Report.FlexChart.Series.Label">Label</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the label of the series.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;FlexChartSeries.Label&quot;, &quot;Text or expression yielding the label of the series.&quot;)]
public ScriptStringValue Label { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;FlexChartSeries.Label&quot;, &quot;Text or expression yielding the label of the series.&quot;)&gt;
Public Property Label As ScriptStringValue</code></pre>
</div>
</div>
