workbookChartAxisTitle resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the title of a chart axis.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookChartAxisTitle | Read the 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.
{
"text": "string",
"visible": true,
"format": {"@odata.type":"microsoft.graph.workbookChartAxisTitleFormat"}
}