{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookChartTitleFormat", "title": "microsoft.graph.workbookChartTitleFormat", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookChartTitleFormat", "required": [ "@odata.type" ], "type": "object", "properties": { "fill": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookChartFill" }, { "type": "object", "nullable": true } ], "description": "Represents the fill format of an object, which includes background formatting information. Read-only.", "x-ms-navigationProperty": true }, "font": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookChartFont" }, { "type": "object", "nullable": true } ], "description": "Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookChartTitleFormat" }