workbookChartLineFormat resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Enapsulates the formatting options for line elements.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookChartLineFormat | Read the properties and relationships of a chartLineFormat object. |
Update | workbookChartLineFormat | Update a chartLineFormat object. |
Clear | None | Clear the line format of a chart element. |
Properties
Property | Type | Description |
---|---|---|
color | string | The HTML color code that represents the color of lines in the chart. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"color": "string"
}