ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartAreasCollection Class / Item Property / Item(String) Property
The name of the ChartArea.

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

    Parameters

    chartAreaName
    The name of the ChartArea.

    Property Value

    ChartArea.
    See Also