The index of the axis to remove.
Removes the specified axis from the collection.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
)
[C#]
public void RemoveAt(
int index
);
The index of the axis to remove.
AxesCollection Class | AxesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.