I have a stacked bar chart. On the click upon any bar, I need to access data of slicer used in the chart.
Using this script I am only able to access the column of series.
e.relatedData.metricSetBinding.dataResult.cellset.columns[e.relatedData.columns[0]].members.find(m => m.__classType == ‘dundas.data.HierarchyMember’)
Can Anyone have an idea of how to access the slicer part of the chart? It will be a great help.