ComponentOne FlexReport for WinForms
RemoveAt Method (Chart2DValueLabelsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DValueLabelsCollection Class : RemoveAt Method
The index of the value label to remove.
Remove the value label at the specific index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The index of the value label to remove.
See Also

Reference

Chart2DValueLabelsCollection Class
Chart2DValueLabelsCollection Members