Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChartTitle Interface
Properties Methods

In This Topic
    IChartTitle Interface Members
    In This Topic

    The following tables list the members exposed by IChartTitle.

    Public Properties
     NameDescription
     Property Gets or sets the text direction.  
     PropertyReturns the IFontFormat object that represents the font of the specified object.  
     PropertyReturns the IChartFormat object.  
     Property Gets or sets a value that represents the formula of the object using A1-style notation, in English.  
     Property Gets or sets a value that represents the formula of the object using R1C1-style notation, in English.  
     Property 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.  
     Property Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.  
     Property Returns the parent object for the specified object.  
     Property Returns or sets the text for the specified object.  
     PropertyReturns the ITextFrame object that represents the text of the specified object.  
    Top
    Public Methods
     NameDescription
     Method Deletes the object.  
    Top
    See Also