Advanced Excel · JSON Structure

Excel Api Chart Structure

An Excel chart.

Type: object Properties: 5
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Chart Structure is a JSON Structure definition published by Advanced Excel, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name chartType height width

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-chart-structure.json",
  "title": "Chart",
  "description": "An Excel chart.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Chart identifier."
    },
    "name": {
      "type": "string",
      "description": "Chart name."
    },
    "chartType": {
      "type": "string",
      "description": "Chart type."
    },
    "height": {
      "type": "float",
      "description": "Height in points."
    },
    "width": {
      "type": "float",
      "description": "Width in points."
    }
  }
}