ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartAreasCollection Class / Insert Method
The index at which to insert the chart area.
The ChartArea to insert.

In This Topic
    Insert Method (ChartAreasCollection)
    In This Topic
    Inserts the specified chart area into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As ChartArea _
    ) 
    public void Insert( 
       int index,
       ChartArea value
    )

    Parameters

    index
    The index at which to insert the chart area.
    value
    The ChartArea to insert.
    See Also