workbookChartSeries 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 a series in a chart.

Methods

Method Return Type Description
Get ChartSeries workbookChartSeries Read properties and relationships of chartSeries object.
Create ChartPoint chartPoints Create a new chartPoint by posting to the points collection.
List points workbookChartPoints collection Get a chartPoints object collection.
Update workbookChartSeries Update chartSeries object.
List workbookChartSeries collection Get chartSeries object collection.
ItemAt workbookChartSeries Retrieves a series based on its position in the collection

Properties

Property Type Description
name string Represents the name of a series in a chart.

Relationships

Relationship Type Description
format workbookChartSeriesFormat Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
points workbookChartPoint collection Represents a collection of all points in the series. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "string"
}