Name | Description | |
---|---|---|
Chart3DDataLabelsCollection Constructor |
The following tables list the members exposed by Chart3DDataLabelsCollection.
Name | Description | |
---|---|---|
Chart3DDataLabelsCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
Item | Gets the element at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) |
Name | Description | |
---|---|---|
Add | Adds an existing data label to the collection. | |
AddNewLabel | Adds a new data label into the collection. | |
AssignFrom | Assigns (copies) items from another ChartObjectCollection to the current collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
Clear | Removes all items from the collection. | |
Contains | Determines whether the collection contains a specific item. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
IndexOf | Gets the index of the element. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
Remove | Removes an existing data label from the collection. | |
RemoveAt | Removes the data label at the specific index. |
Name | Description | |
---|---|---|
InternalAdd | Adds an item to the ChartObjectCollection<T>. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
InternalInsert | Inserts an item to the ChartObjectCollection<T> at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) | |
InternalRemoveAt | Removes the ChartObjectCollection<T> item at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection or its item has changed. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel>) |