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