ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / Insert Method
Index of the axis.
The axis to be inserted

In This Topic
    Insert Method (AxesCollection)
    In This Topic

    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