ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / DisplayInLegend Property

In This Topic
    DisplayInLegend Property (Series)
    In This Topic
    Gets or sets a value indicating whether the Series is displayed in the graph legend.
    Syntax
    'Declaration
     
    Public Property DisplayInLegend As Boolean
    public bool DisplayInLegend {get; set;}

    Property Value

    Boolean. True if the Series is displayed in the graph legend; otherwise False.
    See Also