workbookChartTitle 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 a chart title object of a chart.

Methods

Method Return Type Description
Get workbookChartTitle workbookChartTitle Read properties and relationships of chartTitle object.
Update workbookChartTitle Update ChartTitle object.

Properties

Property Type Description
overlay boolean Boolean value representing if the chart title will overlay the chart or not.
text string Represents the title text of a chart.
visible boolean A boolean value that represents the visibility of a chart title object.

Relationships

Relationship Type Description
format workbookChartTitleFormat Represents 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
}