[]
        
Represents the chart title.
public interface IChartTitle
  Public Interface IChartTitle
  | Name | Description | 
|---|---|
| Format | Gets the IChartFormat object.  | 
      
| Formula | Gets or sets a string value that represents the formula of the object by using A1-style notation.  | 
      
| FormulaR1C1 | Gets or sets a string value that represents the formula of the object by using R1C1-style notation.  | 
      
| Height | Gets the height, in pixels, of the object.  | 
      
| IncludeInLayout | Gets or sets a value indicating whether the title will occupy the chart layout space when a chart layout is being determined.  | 
      
| Left | Gets or sets a double value that represents the distance, in pixels, from the left edge of the object to the left edge of the chart area.  | 
      
| Position | Gets or sets the position of the title on the chart.  | 
      
| Text | Gets or sets a string value that represents the title text.  | 
      
| Top | Gets or sets a double value that represents the distance, in pixels, from the top edge of the object to the top edge of the chart area.  | 
      
| Width | Gets the width, in pixels, of the object.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |