Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.52 KB

workbookchartlineformat.md

File metadata and controls

61 lines (45 loc) · 1.52 KB
title description author ms.localizationpriority ms.subservice doc_type
workbookChartLineFormat resource type
Encapsulates the formatting options for line elements.
lumine2008
medium
excel
resourcePageType

workbookChartLineFormat resource type

Namespace: microsoft.graph

Enapsulates the formatting options for line elements.

Methods

Method Return Type Description
Get ChartLineFormat workbookChartLineFormat Read properties and relationships of chartLineFormat object.
Update workbookChartLineFormat Update ChartLineFormat object.
Clear None Clear the line format of a chart element.

Properties

Property Type Description
color string HTML color code representing the color of lines in the chart.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "color": "string"
}