Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.52 KB

File metadata and controls

66 lines (50 loc) · 1.52 KB
title workbookChartAxes resource type
description Represents the chart axes.
author lumine2008
ms.localizationpriority medium
ms.subservice excel
doc_type resourcePageType
ms.date 03/21/2024

workbookChartAxes resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the chart axes.

Methods

None

Properties

None

Relationships

Relationship Type Description
categoryAxis workbookChartAxis Represents the category axis in a chart. Read-only.
seriesAxis workbookChartAxis Represents the series axis of a 3-dimensional chart. Read-only.
valueAxis workbookChartAxis Represents the value axis in an axis. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "categoryAxis": {"@odata.type": "microsoft.graph.workbookChartAxis"},
  "seriesAxis": {"@odata.type": "microsoft.graph.workbookChartAxis"},
  "valueAxis": {"@odata.type": "microsoft.graph.workbookChartAxis"}
}