Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAreas Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the ChartArea at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As ChartArea
    public ChartArea Item( 
       int index
    ) {get; set;}

    Parameters

    index
    See Also