Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (ValueAxisCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ValueAxisCollection Class : RemoveAt Method
Index of axis.
Removes the axis at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ValueAxisCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Index of axis.
See Also

Reference

ValueAxisCollection Class
ValueAxisCollection Members