Advanced Excel · JSON Structure

Excel Api Chartinput Structure

Request to create a chart.

Type: object Properties: 3
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

Properties

type sourceData seriesBy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-chartinput-structure.json",
  "title": "ChartInput",
  "description": "Request to create a chart.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Chart type."
    },
    "sourceData": {
      "type": "string",
      "description": "A1-style data range."
    },
    "seriesBy": {
      "type": "string",
      "description": "How series are plotted."
    }
  }
}