Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.28 KB

File metadata and controls

65 lines (48 loc) · 1.28 KB
title workbookChartPointFormat resource type
description Represents formatting object for chart points.
author lumine2008
ms.localizationpriority medium
ms.subservice excel
doc_type resourcePageType
ms.date 03/21/2024

workbookChartPointFormat resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents formatting object for chart points.

Methods

None

Properties

None

Relationships

Relationship Type Description
fill workbookChartFill Represents the fill format of a chart, which includes background formatting information. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "fill": {"@odata.type": "microsoft.graph.workbookChartFill"}
}