ChartTitle
Overview
ChartTitle is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartTitle.
Represents chart title properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
overlay | bool | Read | Indicates whether the title overlays the chart area |
text_frame_for_overriding | 'ITextFrame' | Read | Returns the overriding text frame, or None if not set. |
text_format | `` | Read | Provides access to the text formatting settings of the title |
format | `` | Read | Provides access to the overall formatting (fill, line) of the title |
x | float | Read | Gets or sets the horizontal position of the title |
y | float | Read | Gets or sets the vertical position of the title |
width | float | Read | Gets or sets the title’s width |
height | float | Read | |
right | float | Read | Gets the x-coordinate of the title’s right edge |
bottom | float | Read | Gets the y-coordinate of the title’s bottom edge |
Methods
| Signature | Description |
|---|---|
add_text_frame_for_overriding(text) → 'ITextFrame' | Create or replace the overriding text frame with initial text. |