Microsoft Graph · Schema

microsoft.graph.workbookChartSeriesFormat

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphworkbookchartseriesformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.workbookChartSeriesFormat",
  "title": "microsoft.graph.workbookChartSeriesFormat",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "workbookChartSeriesFormat",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "fill": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.workbookChartFill"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents the fill format of a chart series, which includes background formatting information. Read-only.",
          "x-ms-navigationProperty": true
        },
        "line": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.workbookChartLineFormat"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents line formatting. Read-only.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.workbookChartSeriesFormat"
}