IChartTitle

IChartTitle class

Represents chart title properties.

The IChartTitle type exposes the following members:

Properties

NameDescription
overlayDetermines whether other chart elements shall be allowed to overlap title.
Read/write bool.
formatReturns the fill, line, effect styles of a title.
Read-only IFormat.
as_i_layoutableAllows to get base ILayoutable interface.
Read-only ILayoutable.
as_i_overridable_textAllows to get base IOverridableText interface.
Read-only IOverridableText.
xSpecifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write
ySpecifies the top of the chart element as a fraction of the height of the chart.
Read/write
widthSpecifies the width of the chart element as a fraction of the width of the chart.
Read/write
heightSpecifies the height of the chart element as a fraction of the height of the chart.
Read/write
rightGets the right of the chart element as a fraction of the width of the chart.
Read-only
bottomGets the top of the chart element as a fraction of the height of the chart.
Read-only
chartReturns the chart.
Read-only IChart.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.
text_frame_for_overridingCan 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.
as_i_formatted_text_containerAllows to get base IFormattedTextContainer interface.
Read-only IFormattedTextContainer.
text_formatReturns chart text format.
Read-only IChartTextFormat.

Methods

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

See Also