{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookChartAxisTitle", "title": "microsoft.graph.workbookChartAxisTitle", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookChartAxisTitle", "required": [ "@odata.type" ], "type": "object", "properties": { "text": { "type": "string", "description": "Represents the axis title.", "nullable": true }, "visible": { "type": "boolean", "description": "A Boolean that specifies the visibility of an axis title." }, "format": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat" }, { "type": "object", "nullable": true } ], "description": "Represents the formatting of chart axis title. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookChartAxisTitle" }