workbookChartSeries resource type

Namespace: microsoft.graph

Represents a series in a chart.

Methods

Method Return Type Description
Get ChartSeries workbookChartSeries Read properties and relationships of chartSeries object.
Create ChartPoints ChartPoints Create a new ChartPoints by posting to the points collection.
List points ChartPoints 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"
}