ChartTitle class

ChartTitle class

Represents chart title properties.

The ChartTitle type exposes the following members:

Properties

PropertyDescription
xReturns or sets the x coordinate of a title as a fraction of the width of the chart.
Read/write float.
yReturns or sets the y coordinate of a title as a fraction of the height of the chart.
Read/write float.
widthReturns or sets the width of a title as a fraction of the width of the chart.
Read/write float.
heightReturns or sets the height of a title as a fraction of the height of the chart.
Read/write float.
rightRight.
Read-only float.
bottomBottom.
Read-only float.
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.
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.
text_formatReturns text format.
Read-only IChartTextFormat.
chartReturns the parent chart.
Read-only IChart.
slide
presentation

Methods

MethodDescription
add_text_frame_for_overridingInitialize TextFrameForOverriding with the text in paramener “text”.
If TextFrameForOverriding is already initialized then simply changes its text.

See Also