Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Represents a chart title object of a chart.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get | workbookChartTitle | Read the properties and relationships of a chart title. |
| Update | workbookChartTitle | Update a chart title. |
Properties
| 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. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| format | workbookChartTitleFormat | The formatting of a chart title, which includes fill and font formatting. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"overlay": true,
"text": "string",
"visible": true
}