workbookChartPoint resource type
Namespace: microsoft.graph
Represents a point of a series in a chart.
Methods
Method | Return Type | Description |
---|---|---|
List | workbookChartPoint collection | Get a list of chartPoint objects. |
Get | workbookChartPoint | Read the properties and relationships of chartPoint object. |
Get chart point at | workbookChartPoint | Get a point based on its position within the series. |
Properties
Property | Type | Description |
---|---|---|
ID | string | unique identifier |
value | Json | The value of a chart point. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
format | workbookChartPointFormat | The format properties of the chart point. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "string",
"value": "string"
}