[]
Represents the collection of chart 3D point series.
public class Chart3DPointSeriesCollection : ChartObjectCollection<Chart3DPointSeries>, ICollection<Chart3DPointSeries>, IEnumerable<Chart3DPointSeries>, IList, ICollection, IEnumerable, IC1SerializableCollection
| Name | Description |
|---|---|
| Add(Chart3DPointSeries) | Adds an existing point series into the collection. |
| AddNewSeries() | Adds a new point series into the collection. |
| Clear() | Removes all items from the collection. |
| Remove(Chart3DPointSeries) | Removes an existing point series from the collection. |
| RemoveAt(int) | Removes the point series at the specific index. |