DataLabelCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. Inherited from ICollection. |
Fill |
Provides access to fill options for the specified drawing object.
Inherited from Shape |
Font |
Provides access to font attributes for text displayed in a chart element.
Inherited from Shape |
Hidden |
Gets or sets a value indicating whether the data label is hidden.
Inherited from Data |
Hidden |
Returns the collection of hidden labels. |
Is |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
Label |
Gets or sets the position of data labels on the chart.
Inherited from Data |
Leader |
Provides access to settings used to draw the leader lines for data labels in a pie or doughnut chart.
Inherited from Data |
Number |
Provides access to number format options for numerical values displayed in data labels.
Inherited from Data |
Outline |
Provides access to the options used to format an outline of the specified drawing object.
Inherited from Shape |
Range | Obtains a range used as a reference for data labels. |
Separator |
Gets or sets the string value that represents a separator for different items displayed in a data label.
Inherited from Data |
Show |
Gets or sets a value indicating whether the bubble size should be displayed in a data label on the bubble chart.
Inherited from Data |
Show |
Gets or sets a value indicating whether the category name should be displayed in a data label.
Inherited from Data |
Show |
Gets or sets a value indicating whether the legend key should be displayed in a data label.
Inherited from Data |
Show |
Gets or sets a value indicating whether the percentage value should be displayed in a data label on the pie or doughnut chart.
Inherited from Data |
Show |
Gets or sets a value indicating whether the series name should be displayed in a data label.
Inherited from Data |
Show |
Gets or sets a value indicating whether the data point value should be displayed in a data label.
Inherited from Data |
Sync |
Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
Text |
Gets or sets the text direction in a chart element.
Inherited from Shape |
Text |
Gets or sets the rotation angle of the text in a chart element.
Inherited from Shape |
#Methods
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