Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 1.85 KB

File metadata and controls

74 lines (57 loc) · 1.85 KB
title workbookChartAxisTitle resource type
description Represents the title of a chart axis.
author lumine2008
ms.localizationpriority medium
ms.subservice excel
doc_type resourcePageType
toc.title Chart axis title
ms.date 08/01/2024

workbookChartAxisTitle resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"}
}