Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.38 KB

workbookchartdatalabelformat.md

File metadata and controls

58 lines (43 loc) · 1.38 KB
title description author ms.localizationpriority ms.subservice doc_type
workbookChartDataLabelFormat resource type
Encapsulates the format properties for the chart data labels.
lumine2008
medium
excel
resourcePageType

workbookChartDataLabelFormat resource type

Namespace: microsoft.graph

Encapsulates the format properties for the chart data labels.

Methods

None

Properties

None

Relationships

Relationship Type Description
fill workbookChartFill Represents the fill format of the current chart data label. Read-only.
font workbookChartFont Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.

JSON representation

The following JSON representation shows the resource type.

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