| 名前 | 解説 | |
|---|---|---|
![]() | ChartDataValuesCollection コンストラクタ |
ChartDataValuesCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | Item | Gets the element at the specified index. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds an existing data value to the collection. |
![]() | AddNewValue | オーバーロードされます。 Adds a new data value to the collection. |
![]() | AssignFrom | Assigns (copies) items from another ChartObjectCollection to the current collection. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific item. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | IndexOf | Gets the index of the element. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | Remove | Removes an existing data value from the collection. |
![]() | RemoveAt | Removes the data value at the specific index. |
| 名前 | 解説 | |
|---|---|---|
![]() | InternalAdd | Adds an item to the ChartObjectCollection<T>. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | InternalInsert | Inserts an item to the ChartObjectCollection<T> at the specified index. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
![]() | InternalRemoveAt | Removes the ChartObjectCollection<T> item at the specified index. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CollectionChanged | Occurs when the collection or its item has changed. C1.Win.FlexReport.Chart.ChartObjectCollection<ChartDataValue>から継承されます。 |