Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.37 KB

File metadata and controls

59 lines (45 loc) · 1.37 KB
title description author ms.localizationpriority ms.subservice doc_type
ChartAxes resource type
Represents the chart axes.
lumine2008
medium
excel
resourcePageType

ChartAxes resource type

Namespace: microsoft.graph

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