ChartPoint resource type
Namespace: microsoft.graph
Represents a point of a series in a chart.
Methods
Method | Return Type | Description |
---|---|---|
Get ChartPoint | WorkbookChartPoint | Read properties and relationships of chartPoint object. |
List | WorkbookChartPoint collection | Get chartPoint object collection. |
ItemAt | WorkbookChartPoint | Retrieve a point based on its position within the series. |
Properties
Property | Type | Description |
---|---|---|
id | string | unique identifier |
value | Json | Returns the value of a chart point. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
format | WorkbookChartPointFormat | Encapsulates the format properties chart point. Read-only. |
JSON representation
Here's a JSON representation of the resource.
{
"id": "string",
"value": "string"
}
Feedback
Submit and view feedback for