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

In This Topic
    Item(String) Property
    In This Topic
    Gets the ChartArea with specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ChartArea
    public ChartArea Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also