| C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DPointsCollection Class |
The following tables list the members exposed by Chart3DPointsCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
![]() | Item | Gets the element at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an existing data point into the collection. |
![]() | AddNewPoint | Adds a new data point into the collection. |
![]() | AssignFrom | Assigns (copies) items from another ChartObjectCollection to the current collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific item. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
![]() | CopyTo | (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |
![]() | Remove | Removes an existing data point from the collection. |
![]() | RemoveAt | Removes the data point at the specific index. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the collection or its item has changed. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DPoint>) |