ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Chart Class / Legends Property

In This Topic
    Legends Property
    In This Topic
    Gets ChartLegends collection containing the set of legends for the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property Legends As ChartLegends
    public ChartLegends Legends {get;}
    See Also