[]
Represents the chart title.
public interface IChartTitle
Public Interface IChartTitle
| Name | Description |
|---|---|
| Direction | Gets or sets the text direction. |
| Font | Returns the IFontFormat object that represents the font of the specified object. |
| Format | Returns the IChartFormat object. |
| Formula | Gets or sets a value that represents the formula of the object using A1-style notation, in English. |
| FormulaR1C1 | Gets or sets a value that represents the formula of the object using R1C1-style notation, in English. |
| IncludeInLayout | Gets or sets whether the layout includes the title. True if a chart title will occupy the chart layout space when a chart layout is being determined. The default value is True. |
| Orientation | Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees. |
| Parent | Returns the parent object for the specified object. |
| Text | Returns or sets the text for the specified object. |
| TextFrame | Returns the ITextFrame object that represents the text of the specified object. |
| Name | Description |
|---|---|
| Delete() | Deletes the object. |