cancel
Showing results for 
Search instead for 
Did you mean: 

Is ChartDoubleClick Event works in Pie Chart

Former Member
0 Kudos

Hi Every one,

This is prasad.I have Pie chart with data and want to drill down on selecting the data in the pie chart.Is the chartdoubleclick event works in the Pie chart as of Bar chart works.Can any one help on this will be thankful.

Thanks,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

You'll have to use the Legend.

Former Member
0 Kudos

Thanks for your Quick Reply.

I am using legend for double click.I want to know whether chardouble click property works for piechart or not.

jcgood25
Active Contributor
0 Kudos

Please allow me to rephrase my earlier post...

No, the ChartSelectionEvent and ChartDoubleClickEvent do not work with a pie chart. you will need to use one of the Legend triggered events.

Former Member
0 Kudos

Can u give an example or sample code for this legend trigger event.SInce this is the first time iam using this trigger event.

Thanks,

Prasad.

jcgood25
Active Contributor
0 Kudos

With an iChart, the SelectionEvent and DoubleClickEvent are 'triggered' by the items in the legend, where the Pen/Tag names are the 'hot spots'.

Former Member
0 Kudos

I will try with your suggestion.Thanks for Your Quick Posts.

Former Member
0 Kudos

Hi Jeremy it worked fine.Thanks for your answer.

Answers (0)