ComponentOne FlexReport for WinForms
Remove Method (Chart3DPointsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DPointsCollection Class : Remove Method
The data point to remove.
Removes an existing data point from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal point As Chart3DPoint _
) 
public void Remove( 
   Chart3DPoint point
)

Parameters

point
The data point to remove.
See Also

Reference

Chart3DPointsCollection Class
Chart3DPointsCollection Members