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


label
The Label to remove.
Removes a specified Label from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal label As Label _
) 
Visual Basic (Usage)Copy Code
Dim instance As ShapeLabelCollection
Dim label As Label
 
instance.Remove(label)
C# 
public void Remove( 
   Label label
)

Parameters

label
The Label to remove.

See Also

© 2021 All Rights Reserved.