AxesCollection Class | AxesCollection Members
Visual Basic
C#
Show All
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 );
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.