[]
Represents the chart title.
public interface IChartTitle
Gets or sets the text direction.
TextDirection Direction { get; set; }
Returns the IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Returns the IChartFormat object.
IChartFormat Format { get; }
Gets or sets a value that represents the formula of the object using A1-style notation, in English.
string Formula { get; set; }
Gets or sets a value that represents the formula of the object using R1C1-style notation, in English.
string FormulaR1C1 { get; set; }
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.
bool IncludeInLayout { get; set; }
Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.
int Orientation { get; set; }
Returns the parent object for the specified object.
IChart Parent { get; }
Returns or sets the text for the specified object.
string Text { get; set; }
Returns the ITextFrame object that represents the text of the specified object.
ITextFrame TextFrame { get; }
Deletes the object.
void Delete()