[]
        
Represents a chart axis title.
public interface IAxisTitle
  Public Interface IAxisTitle
  | 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.  | 
      
| HorizontalAlignment | Gets or sets a value that represents the horizontal alignment for the specified object.  | 
      
| IncludeInLayout | Gets or sets a value indicating whether the axis 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.  | 
      
| Orientation | Gets or sets a value that represents the text orientation.  | 
      
| Position | Gets or sets the position of the axis title on the chart.  | 
      
| Text | Gets or sets a string value that represents the axis title text.  | 
      
| TextOrientation | Gets or sets a value that represents the text orientation.  | 
      
| 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.  | 
      
| VerticalAlignment | Gets or sets a value that represents the vertical alignment for the specified object.  | 
      
| Width | Gets the width, in pixels, of the object.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |