ComponentOne FlexReport for WinForms
Add Method (Chart3DPointsCollection)

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

Parameters

point
The data point to add.
See Also

Reference

Chart3DPointsCollection Class
Chart3DPointsCollection Members