ComponentOne FlexReport for WinForms
RemoveAt Method (ChartUnboundDataSeriesCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartUnboundDataSeriesCollection Class : RemoveAt Method
The index ofo the data series to remove.
Removes the data series at the specific index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The index ofo the data series to remove.
See Also

Reference

ChartUnboundDataSeriesCollection Class
ChartUnboundDataSeriesCollection Members