Pie Chart Click event

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.
 
A

Alvin Bruney [ASP.NET MVP]

There's a method that extracts the object underneath the cursor,
unfortunately, i don't have the blackbook infront of me and i've forgotten
the name of the method.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top