ComponentOne FlexReport for WinForms
RemoveAt Method (Chart3DPointsCollection)

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

Reference

Chart3DPointsCollection Class
Chart3DPointsCollection Members