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