Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendAreaCollection Class / RemoveAt Method
Index of legend aea.


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

Parameters

index
Index of legend aea.
See Also