Edit

Excel.ChartSeriesDimension enum

Represents the dimensions when getting values from chart series.

Remarks

[Api set: ExcelApi 1.12]

Fields

bubbleSizes = "BubbleSizes"

The chart series axis for the bubble sizes in bubble charts.

  • [Api set: ExcelApi 1.12]
categories = "Categories"

The chart series axis for the categories.

  • [Api set: ExcelApi 1.12]
values = "Values"

The chart series axis for the values.

  • [Api set: ExcelApi 1.12]
xvalues = "XValues"

The chart series axis for the x-axis values in scatter and bubble charts.

  • [Api set: ExcelApi 1.12]
yvalues = "YValues"

The chart series axis for the y-axis values in scatter and bubble charts.

  • [Api set: ExcelApi 1.12]