workbookChartSeries resource type
Namespace: microsoft.graph
Represents a series in a chart.
Methods
Method | Return Type | Description |
---|---|---|
List | workbookChartSeries collection | Get the list of chart series. |
Get | workbookChartSeries | Read the properties and relationships of a chart series. |
Update | workbookChartSeries | Update a chart series. |
Create chart points | workbookChartPoint | Create a new chart point by posting to the points collection. |
List chart points | workbookChartPoint collection | Get a list of chart points. |
Get series at | workbookChartSeries | Get a chart series based on its position in the collection. |
Properties
Property | Type | Description |
---|---|---|
name | string | The name of a series in a chart. |
Relationships
Relationship | Type | Description |
---|---|---|
format | workbookChartSeriesFormat | The formatting of a chart series, which includes fill and line formatting. Read-only. |
points | workbookChartPoint collection | A collection of all points in the series. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"name": "string"
}