[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetPoint.AddSeries

AddSeries Method

AddSeries(Chart3DPoint[])

Add new series to the data set.

Declaration
public int AddSeries(Chart3DPoint[] points)
Parameters
Type Name Description
Chart3DPoint[] points

Array of points.

Returns
Type Description
int

The index of new series.

See Also