ComponentOne FlexReport for WinForms
RemoveAt Method (ChartDataSeriesCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartDataSeriesCollection 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

ChartDataSeriesCollection Class
ChartDataSeriesCollection Members