workbookChartAxes resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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