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

133 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 answers

1
JHJ-MS On

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