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.
|
| categories = "Categories" | The chart series axis for the categories.
|
| values = "Values" | The chart series axis for the values.
|
| xvalues = "XValues" | The chart series axis for the x-axis values in scatter and bubble charts.
|
| yvalues = "YValues" | The chart series axis for the y-axis values in scatter and bubble charts.
|