ActiveReports 12
Insert Method (ChartAreasCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class : Insert Method
The index at which to insert the chart area.
The ChartArea to insert.
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

Reference

ChartAreasCollection Class
ChartAreasCollection Members