ChartTitle

Overview

ChartTitle is a class in Aspose.Slides FOSS for Python. Inherits from: IChartTitle.

Represents chart title properties.

Properties

NameTypeAccessDescription
overlayboolReadIndicates whether the title overlays the chart area
text_frame_for_overriding'ITextFrame'ReadReturns the overriding text frame, or None if not set.
text_format``ReadProvides access to the text formatting settings of the title
format``ReadProvides access to the overall formatting (fill, line) of the title
xfloatReadGets or sets the horizontal position of the title
yfloatReadGets or sets the vertical position of the title
widthfloatReadGets or sets the title’s width
heightfloatRead
rightfloatReadGets the x-coordinate of the title’s right edge
bottomfloatReadGets the y-coordinate of the title’s bottom edge

Methods

SignatureDescription
add_text_frame_for_overriding(text)'ITextFrame'Create or replace the overriding text frame with initial text.