| title | workbookChartAxisTitle resource type |
|---|---|
| description | Represents the title of a chart axis. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Chart axis title |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the title of a chart axis.
| Method | Return Type | Description |
|---|---|---|
| Get | workbookChartAxisTitle | Read the properties and relationships of a chart axis title. |
| Update | workbookChartAxisTitle | Update a chart axis title. |
| Property | Type | Description |
|---|---|---|
| text | string | Represents the axis title. |
| visible | Boolean | A Boolean that specifies the visibility of an axis title. |
| Relationship | Type | Description |
|---|---|---|
| format | workbookChartAxisTitleFormat | Represents the formatting of chart axis title. Read-only. |
The following JSON representation shows the resource type.
{
"text": "string",
"visible": true,
"format": {"@odata.type":"microsoft.graph.workbookChartAxisTitleFormat"}
}