dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > LegendEntryCollection Class : Remove Method


legendEntry
The legend element to remove.
Removes a specified legend entry from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal legendEntry As LegendEntry _
) 
Visual Basic (Usage)Copy Code
Dim instance As LegendEntryCollection
Dim legendEntry As LegendEntry
 
instance.Remove(legendEntry)
C# 
public void Remove( 
   LegendEntry legendEntry
)

Parameters

legendEntry
The legend element to remove.

See Also

© 2010 All Rights Reserved.