| title | workbookChartLineFormat resource type |
|---|---|
| description | Encapsulates the formatting options for line elements. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Chart line format |
| ms.date | 07/30/2024 |
Namespace: microsoft.graph
Enapsulates the formatting options for line elements.
| 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. |
| Property | Type | Description |
|---|---|---|
| color | string | The HTML color code that represents the color of lines in the chart. |
None
The following JSON representation shows the resource type.
{
"color": "string"
}