ActiveReports 12
Insert Method (AxesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxesCollection Class : Insert Method
Index of the axis.
The axis to be inserted

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

Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As AxisBase _
) 
public void Insert( 
   int index,
   AxisBase value
)

Parameters

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

Reference

AxesCollection Class
AxesCollection Members