2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / LegendEntry Property

In This Topic
    LegendEntry Property (ChartDataSeries)
    In This Topic
    Gets or sets whether the series label appears in the legend.
    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