ComponentOne FlexReport for WinForms
LegendEntry Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartDataSeries Class : LegendEntry Property
Gets or sets a value indicating whether the series label appears in the legend (for 2D charts only).
Syntax
'Declaration
 
Public Property LegendEntry As System.Boolean
public System.bool LegendEntry {get; set;}
Remarks
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.
See Also

Reference

ChartDataSeries Class
ChartDataSeries Members