ComponentOne FlexReport for WinForms
RemoveAt Method (Chart3DPointSeriesCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DPointSeriesCollection Class : RemoveAt Method
The index ofo the point series to remove.
Removes the point 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 point series to remove.
See Also

Reference

Chart3DPointSeriesCollection Class
Chart3DPointSeriesCollection Members