Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the specified label from the collection by numerical index. |
The following tables list the members exposed by Chart3DLabelsCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the specified label from the collection by numerical index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a Chart3DLabel object to the collection. | |
AddNewLabel | Creates a new label and appends it to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether the specified Chart3DLabel exists in the collection. | |
CopyTo | Copies the collection Chart3DLabel elements beginning with the specified index to an array of Chart3DLabel objects. | |
IndexOf | Gets the index of the specified Chart3DLabel in the collection. | |
Insert | Adds a Chart3DLabel object to the collection at the specified index. | |
InsertNewLabel | Creates a new label and inserts it into the collection at the specified index. | |
Remove | Removes the specified Chart3DLabel from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |