{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookChartGridlines", "title": "microsoft.graph.workbookChartGridlines", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookChartGridlines", "required": [ "@odata.type" ], "type": "object", "properties": { "visible": { "type": "boolean", "description": "Indicates whether the axis gridlines are visible." }, "format": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookChartGridlinesFormat" }, { "type": "object", "nullable": true } ], "description": "Represents the formatting of chart gridlines. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookChartGridlines" }