Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartLegends Class / Item Property

In This Topic
    Item Property (ChartLegends)
    In This Topic
    Gets or sets the ChartLegend at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ChartLegend
    public ChartLegend this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also