Is there any way to get selected chart (selected series, selected point) in Office.JS

113 Views Asked by At

I have a lot of VBA/VSTO excel addins based on ability to define user's selected chartobjects, such as chart, series and point. Is there analog of function getSelectedRange but for chartobject in Office JS API. Thanks

1

There are 1 best solutions below

1
On

We have a getActiveChart() JS API. Here is the doc. Hope it works for you.Thanks.