ComponentOne FlexReport for WinForms
Remove Method (ChartValueLabelsCollection)

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

Parameters

label
The value label to remove.
See Also

Reference

ChartValueLabelsCollection Class
ChartValueLabelsCollection Members