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/30/2024 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" }