| title | workbookChartTitle resource type |
|---|---|
| description | Represents a chart title object of a chart. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Chart title |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a chart title object of a chart.
| Method | Return Type | Description |
|---|---|---|
| Get | workbookChartTitle | Read the properties and relationships of a chart title. |
| Update | workbookChartTitle | Update a chart title. |
| Property | Type | Description |
|---|---|---|
| overlay | Boolean | Indicates whether the chart title will overlay the chart or not. |
| text | string | The title text of the chart. |
| visible | Boolean | Indicates whether the chart title is visible. |
| Relationship | Type | Description |
|---|---|---|
| format | workbookChartTitleFormat | The formatting of a chart title, which includes fill and font formatting. Read-only. |
The following JSON representation shows the resource type.
{
"overlay": true,
"text": "string",
"visible": true
}