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

Here's a JSON representation of the resource.

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