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

In This Topic
    IAxisTitle Interface Members
    In This Topic

    The following tables list the members exposed by IAxisTitle.

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