Kommentar
Å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 the title of a chart axis.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get | workbookChartAxisTitle | Readthe properties and relationships of a chart axis title. |
| Update | workbookChartAxisTitle | Update a chart axis title. |
Properties
| Property | Type | Description |
|---|---|---|
| text | string | Represents the axis title. |
| visible | Boolean | A Boolean that specifies the visibility of an axis title. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| format | workbookChartAxisTitleFormat | Represents the formatting of chart axis title. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"format": {"@odata.type":"microsoft.graph.workbookChartAxisTitleFormat"},
"text": "string",
"visible": true
}