FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / RemoveAt Method
Index of label area.


In This Topic
RemoveAt Method (LabelAreaCollection)
In This Topic
Remove a label area from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As LabelAreaCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of label area.
See Also