[]
        
Returns the DisplayUnitLabel object for the specified axis
public interface IDisplayUnitLabel
  Public Interface IDisplayUnitLabel
  | 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  | 
      
| 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 integer value that represents the text orientation.  | 
      
| Position | Gets or sets the position of the unit label on an axis in the chart  | 
      
| Text | Gets or sets a string value that represents the display unit label 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.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |