ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The label to remove
Removes the specified label from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim value As String
 
instance.Remove(value)
C# 
public void Remove( 
   string value
)

Parameters

value
The label to remove

See Also