How to position the labels (years, in this case) at the very bottom of the cart using Excel Office Scripts?
I’ve tried this without luck:
chart_3.getAxes().getCategoryAxis().setPosition(ExcelScript.ChartAxisPosition.minimum);
How to position the labels (years, in this case) at the very bottom of the cart using Excel Office Scripts?
I’ve tried this without luck:
chart_3.getAxes().getCategoryAxis().setPosition(ExcelScript.ChartAxisPosition.minimum);