[]
        
Represents a collection of all the IDataLabel objects for the specified series.
public interface IDataLabels
  Public Interface IDataLabels
  | Name | Description | 
|---|---|
| Count | Gets the total number of data labels in the collection.  | 
      
| Format | Gets the IChartFormat object.  | 
      
| this[int] | Gets the data label at the specified index.  | 
      
| NumberFormat | Gets or sets a string value that represents the format code for the object.  | 
      
| NumberFormatLinked | Gets or sets a value indicating whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).  | 
      
| Position | Gets or sets a value that represents the position of the data label.  | 
      
| Separator | Gets or sets the separator used for the data labels on a chart.  | 
      
| ShowBubbleSize | Gets or sets a value indicating whether show the bubble size for the data labels on a chart.  | 
      
| ShowCategoryName | Gets or sets a value indicating whether display the category name for the data labels on a chart.  | 
      
| ShowLegendKey | Gets or sets a value indicating whether the data label legend key is visible.  | 
      
| ShowPercentage | Gets or sets a value indicating whether display the percentage value for the data labels on a chart.  | 
      
| ShowRange | Gets or sets a value indicating whether toggle the Range field if it exists on the data label range.  | 
      
| ShowSeriesName | Gets or sets a value indicating whether the series name display behavior for the data labels on a chart.  | 
      
| ShowValue | Gets or sets a value indicating whether display the value for the data labels on a chart.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |