ChartPoint 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"
}