ComponentOne FlexReport for WinForms
Remove Method (Chart3DDataLabelsCollection)

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

Parameters

label
The data label to remove.
See Also

Reference

Chart3DDataLabelsCollection Class
Chart3DDataLabelsCollection Members