ComponentOne FlexReport for WinForms
RemoveAt Method (ChartValueLabelsCollection)

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

ChartValueLabelsCollection Class
ChartValueLabelsCollection Members