MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Remove Method
The label to remove

In This Topic
Remove Method (LabelsCollection)
In This Topic
Removes the specified label from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As String _
) 
 

Parameters

value
The label to remove
See Also