Edit

Excel.ChartSeriesBy enum

Specifies whether the series are by rows or by columns. In Excel on desktop, the "auto" option will inspect the source data shape to automatically guess whether the data is by rows or columns. In Excel on the web, "auto" will simply default to "columns".

Remarks

[Api set: ExcelApi 1.1]

Fields

auto = "Auto"

In Excel on desktop, the "auto" option will inspect the source data shape to automatically guess whether the data is by rows or columns. In Excel on the web, "auto" will simply default to "columns".

  • [Api set: ExcelApi 1.1]
columns = "Columns"
  • [Api set: ExcelApi 1.1]
rows = "Rows"
  • [Api set: ExcelApi 1.1]