workbookChartPoint 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 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 a 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.
{
"value": "string",
"id": "string",
"format": {"@odata.type": "microsoft.graph.workbookChartPointFormat"}
}