ActiveReports 12
Remove Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Remove Method
The label to remove
Removes the specified label from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As String _
) 
public void Remove( 
   string value
)

Parameters

value
The label to remove
See Also

Reference

LabelsCollection Class
LabelsCollection Members