# C1.Win.FlexReport.Chart.ChartDataSeries.LegendEntry

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartDataSeries_LegendEntry_" data-uid="C1.Win.FlexReport.Chart.ChartDataSeries.LegendEntry*">LegendEntry Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartDataSeries_LegendEntry_" data-uid="C1.Win.FlexReport.Chart.ChartDataSeries.LegendEntry*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartDataSeries_LegendEntry" data-uid="C1.Win.FlexReport.Chart.ChartDataSeries.LegendEntry">LegendEntry</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the series label appears in the legend (for 2D charts only).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool LegendEntry { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LegendEntry As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_ChartDataSeries_LegendEntry_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Occasionally, it is useful to chart a data series without including the series in the legend.
Setting the LegendEntry property to false hides the series entry in the legend.</p>
</div>
</div>
