ActiveReports.Chart Request technical support
Insert Method
See Also 


index
value

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


Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As AxisBase _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxesCollection
Dim index As Integer
Dim value As AxisBase
 
instance.Insert(index, value)
C# 
public void Insert( 
   int index,
   AxisBase value
)

Parameters

index
value

See Also