Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxisCollection Class / RemoveAt Method
Index of axis.


In This Topic
RemoveAt Method (PolarRadiusAxisCollection)
In This Topic
Removes the axis at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As PolarRadiusAxisCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of axis.
See Also