workbookChartGridlines 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.
Represents major or minor gridlines on a chart axis.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookChartGridlines | Read the properties and relationships of a chartGridlines object. |
Update | workbookChartGridlines | Update a chartGridlines object. |
Properties
Property | Type | Description |
---|---|---|
visible | Boolean | Indicates whether the axis gridlines are visible. |
Relationships
Relationship | Type | Description |
---|---|---|
format | workbookChartGridlinesFormat | Represents the formatting of chart gridlines. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"visible": true
}