ActiveReports Developer 7
Insert Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxesCollection Class : Insert Method

index
Index of the axis.
value
The axis to be inserted

Glossary Item Box

Inserts the specified axis into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As AxisBase _
) 
C# 
public void Insert( 
   System.int index,
   AxisBase value
)

Parameters

index
Index of the axis.
value
The axis to be inserted

See Also