FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxisCollection Class / Remove Method
Axis to remove.


In This Topic
Remove Method (RadarValueAxisCollection)
In This Topic
Removes the specified axis from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As RadarValueAxis _
) As Boolean
 
'Usage
 
Dim instance As RadarValueAxisCollection
Dim item As RadarValueAxis
Dim value As Boolean
 
value = instance.Remove(item)

Parameters

item
Axis to remove.

Return Value

true if item was successfully removed from the collection; otherwise, false.
See Also