DataLabelCollection Methods
A collection that stores customized data labels and data label options for a series in the chart.
Name | Description |
---|---|
Add |
Creates a new item and adds it to the collection. |
Clear() | Removes all items from a collection. |
Contains |
Determines whether the collection contains the specified item. |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Find |
Gets an item by its index in the collection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Index |
Returns the index of the specified item in the collection. |
Is |
Determines whether a data label is visible for the specified data point. |
Remove |
Removes the specified data label from the collection. |
Remove |
Removes the item at the specified index of the Data |
Reset |
Resets the reference to cells that contain data labels. |
Reset |
Removes custom formatting of the chart element and applies default formatting based on the chart style.
Inherited from Shape |
Set |
Specifies the cell range used as a source for the data labels. |
Set |
Specifies the cell range used as a source for the data labels. |
Set |
Shows or hides a data label for the specified data point. |
See Also