Microsoft Graph · Schema

microsoft.graph.workbookChartLineFormat

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphworkbookchartlineformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.workbookChartLineFormat",
  "title": "microsoft.graph.workbookChartLineFormat",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "workbookChartLineFormat",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "color": {
          "type": "string",
          "description": "The HTML color code that represents the color of lines in the chart.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.workbookChartLineFormat"
}