Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.78 KB

File metadata and controls

67 lines (52 loc) · 1.78 KB
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"
}