workbookChartAxisTitle resource type
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
}