workbookChartPoint 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

The following JSON representation shows the resource type.

{
  "id": "string",
  "value": "string"
}