C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetPoint Class / AddSeries Method
Array of points.

In This Topic
AddSeries Method
In This Topic
Add new series to the data set.
Syntax
'Declaration
 
Public Function AddSeries( _
   ByVal points() As Chart3DPoint _
) As System.Integer
 

Parameters

points
Array of points.

Return Value

The index of new series.
See Also