ActiveReports 9
Insert Method (AxesCollection)

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 System.Integer, _
   ByVal value As AxisBase _
) 
public void Insert( 
   System.int index,
   AxisBase value
)

Parameters

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

Reference

AxesCollection Class
AxesCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum