[]
Add new series to the data set.
public int AddSeries(Chart3DPoint[] points)
Public Function AddSeries(points As Chart3DPoint()) As Integer
| Type | Name | Description |
|---|---|---|
| Chart3DPoint[] | points | Array of points. |
| Type | Description |
|---|---|
| int | The index of new series. |