Y
yen
Hello,
I have a question about the pie chart click event.
I would like to get the value of the pie chart when user click on it.
For example in columnChart, i can get the value by:
value =
Chart.charts(0).Axes(chConstants.chAxisPositionCategory).CategoryLabels(Chart.Selection.Index).Caption
Is it possible to get it in Pie chart?
Can provide me any example code?
Thanks.
I have a question about the pie chart click event.
I would like to get the value of the pie chart when user click on it.
For example in columnChart, i can get the value by:
value =
Chart.charts(0).Axes(chConstants.chAxisPositionCategory).CategoryLabels(Chart.Selection.Index).Caption
Is it possible to get it in Pie chart?
Can provide me any example code?
Thanks.