ComponentOne FlexReport for WinForms
Remove Method (ChartLabelsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartLabelsCollection Class : Remove Method
The chart label to remove.
Removes an existing chart label from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal label As ChartLabel _
) 
public void Remove( 
   ChartLabel label
)

Parameters

label
The chart label to remove.
See Also

Reference

ChartLabelsCollection Class
ChartLabelsCollection Members