Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.74 KB

File metadata and controls

66 lines (51 loc) · 1.74 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

Represents the title of a chart axis.

Methods

Method Return Type Description
Get workbookChartAxisTitle Readthe 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.

{
  "format": {"@odata.type":"microsoft.graph.workbookChartAxisTitleFormat"},
  "text": "string",
  "visible": true
}