[]
        
Represents the data label on a chart point or trendline.
public interface IDataLabel
  Public Interface IDataLabel
  | Name | Description | 
|---|---|
| Format | Gets the IChartFormat object.  | 
      
| Formula | Gets or sets a string value that represents the object's formula in A1-style notation  | 
      
| FormulaR1C1 | Gets or sets a string value that represents the object's formula in R1C1-style notation  | 
      
| Height | Gets or sets the height of the object.  | 
      
| Left | Gets or sets the left of the object.  | 
      
| 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 label on a chart.  | 
      
| ShowBubbleSize | Gets or sets a value indicating whether show the bubble size for the data label on a chart.  | 
      
| ShowCategoryName | Gets or sets a value indicating whether display the category name for the data label 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 label on a chart.  | 
      
| ShowRange | Gets or sets a value indicating whether display the cell label value for the data label on a chart..  | 
      
| 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 label on a chart.  | 
      
| Text | Gets or sets a string value that represents the data label text.  | 
      
| Top | Gets or sets the top of the object.  | 
      
| Width | Gets or sets the width of the object.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |