ComponentOne FlexReport for WinForms
RemoveAt Method (Chart3DDataLabelsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DDataLabelsCollection Class : RemoveAt Method
The index of the data label to remove.
Removes the data 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 data label to remove.
See Also

Reference

Chart3DDataLabelsCollection Class
Chart3DDataLabelsCollection Members