[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Add

Add Method

Add(Chart3DPointSeries)

Adds a Chart3DpointSeries object to the collection.

Declaration
public int Add(Chart3DPointSeries series)
Parameters
Type Name Description
Chart3DPointSeries series

The Chart3DpointSeries to add.

Returns
Type Description
int

An integer indicating the index of the added Chart3DPointSeries.

See Also