ChartGridlines resource type

Namespace: microsoft.graph

Represents major or minor gridlines on a chart axis.

Methods

Method Return Type Description
Get ChartGridlines WorkbookChartGridlines Read properties and relationships of chartGridlines object.
Update WorkbookChartGridlines Update ChartGridlines object.

Properties

Property Type Description
visible boolean Boolean value representing if the axis gridlines are visible or not.

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
}