ChartAxisTitle resource type

Namespace: microsoft.graph

Represents the title of a chart axis.

Methods

Method Return Type Description
Get ChartAxisTitle WorkbookChartAxisTitle Read properties and relationships of chartAxisTitle object.
Update WorkbookChartAxisTitle Update ChartAxisTitle object.

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
}