ChartTitle

ChartTitle class

Represents chart title properties.

addTextFrameForOverriding

NameDescription
addTextFrameForOverriding(String)Initialize TextFrameForOverriding with the text in paramener “text”. If TextFrameForOverriding is already initialized then simply changes its text.

Parameters:

NameTypeDescription
textStringText for a new TextFrameForOverriding.

Result: TextFrame


getBottom

NameDescription
getBottom()Bottom. Read-only float.

Result: float


getChart

NameDescription
getChart()Returns the parent chart. Read-only IChart.

Result: Chart


getFormat

NameDescription
getFormat()Returns the fill, line, effect styles of a title. Read-only IFormat.

Result: Format


getHeight

NameDescription
getHeight()Returns or sets the height of a title as a fraction of the height of the chart. Read/write float.

Result: float


getOverlay

NameDescription
getOverlay()Determines whether other chart elements shall be allowed to overlap title. Read/write boolean.

Result: boolean


getPresentation

NameDescription
getPresentation()Returns the parent presentation of a FillFormat. Read-only IPresentation.

Result: Presentation


getRight

NameDescription
getRight()Right. Read-only float.

Result: float


getSlide

NameDescription
getSlide()Returns the parent slide of a FillFormat. Read-only BaseSlide.

Result: Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide


getTextFormat

NameDescription
getTextFormat()Returns text format. Read-only IChartTextFormat.

Result: ChartTextFormat


getTextFrameForOverriding

NameDescription
getTextFrameForOverriding()Can contain a rich formatted text. If this property is not null then this formatted text value overrides auto-generated text. Auto-generated text is an implicit property of the data label, the display unit label of the value axis, the axis title, the chart title, the label of the trendline. Auto-generated text is formatted with the IFormattedTextContainer.TextFormat property. Read-only ITextFrame.

Result: TextFrame


getWidth

NameDescription
getWidth()Returns or sets the width of a title as a fraction of the width of the chart. Read/write float.

Result: float


getX

NameDescription
getX()Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write float.

Result: float


getY

NameDescription
getY()Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write float.

Result: float


setHeight

NameDescription
setHeight(float)Returns or sets the height of a title as a fraction of the height of the chart. Read/write float.

setOverlay

NameDescription
setOverlay(boolean)Determines whether other chart elements shall be allowed to overlap title. Read/write boolean.

setWidth

NameDescription
setWidth(float)Returns or sets the width of a title as a fraction of the width of the chart. Read/write float.

setX

NameDescription
setX(float)Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write float.

setY

NameDescription
setY(float)Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write float.