| title | workbookChartPoint resource type |
|---|---|
| description | Represents a point of a series in a chart. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Chart point |
| ms.date | 07/17/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a point of a series in a chart.
| 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. |
| Property | Type | Description |
|---|---|---|
| ID | string | unique identifier |
| value | Json | The value of a chart point. Read-only. |
| Relationship | Type | Description |
|---|---|---|
| format | workbookChartPointFormat | The format properties of the chart point. Read-only. |
The following JSON representation shows the resource type.
{
"value": "string",
"id": "string",
"format": {"@odata.type": "microsoft.graph.workbookChartPointFormat"}
}