[]
Gets or sets a value indicating whether the series label appears in the legend (for 2D charts only).
[C1Description("ChartDataSeries.LegendEntry", "Indicates whether the series label appears in the legend (for 2D charts only).")]
public bool LegendEntry { get; set; }
<C1Description("ChartDataSeries.LegendEntry", "Indicates whether the series label appears in the legend (for 2D charts only).")>
Public Property LegendEntry As Boolean
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.