See Also

AxesCollection Class  | AxesCollection Members

Language

Visual Basic

C#

Show All

index
value
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Insert Method

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


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

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal value As AxisBase _ )
[C#]
public void Insert(    int index,    AxisBase value );

Parameters

index
value

See Also

AxesCollection Class  | AxesCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.