[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartTitle

Interface IChartTitle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the chart title.

public interface IChartTitle

Properties

Direction

Gets or sets the text direction.

TextDirection Direction { get; set; }

Property Value

TextDirection

Font

Returns the IFontFormat object that represents the font of the specified object.

IFontFormat Font { get; }

Property Value

IFontFormat

Format

Returns the IChartFormat object.

IChartFormat Format { get; }

Property Value

IChartFormat

Formula

Gets or sets a value that represents the formula of the object using A1-style notation, in English.

string Formula { get; set; }

Property Value

string

FormulaR1C1

Gets or sets a value that represents the formula of the object using R1C1-style notation, in English.

string FormulaR1C1 { get; set; }

Property Value

string

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.

bool IncludeInLayout { get; set; }

Property Value

bool

Orientation

Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.

int Orientation { get; set; }

Property Value

int

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart

Text

Returns or sets the text for the specified object.

string Text { get; set; }

Property Value

string

TextFrame

Returns the ITextFrame object that represents the text of the specified object.

ITextFrame TextFrame { get; }

Property Value

ITextFrame

Methods

Delete()

Deletes the object.

void Delete()