ChartTitle resource type

Namespace: microsoft.graph

Represents a chart title object of a chart.

Methods

Method Return Type Description
Get ChartTitle 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
}