ComponentOne FlexReport for WinForms
RemoveAt Method (ChartLabelsCollection)

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

Reference

ChartLabelsCollection Class
ChartLabelsCollection Members