cancel
Showing results for 
Search instead for 
Did you mean: 

Events in Pie chart

Former Member
0 Kudos

I'm showing my delivery details for the customer in a Pie chart. When the user clicks on any section of the Pie chart, I need to capture which customer portion is clicked and need to show the full details of all the delivery for the customer down below. Can anyone help me how to capture the events when a pie chart is clicked?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Siva,

You can achieve your requirement as below

  • Create an action "ON_CLICK" and go to the business graphics element bind the event "onAction" as below

         

  • Go to the POINT and bind the property EVENTID to your context node value as below

         

  • Now, in event handler method "ONACTIONON_CLICK", you get the selected value from chart and based on this chart you can populated the details

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

This worked. Thanks a lot.

ramakrishnappa
Active Contributor
0 Kudos

You are welcome

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Create an Event Handler for onAction event of Business Graphics and define an importing parameter EVENT_ID of type STRING in the Event handler method which holds the value of EVENT_ID of selected area.

Hope this helps u,

Regards,

Kiran