cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Business Graphics

Former Member
0 Kudos

Hi All,

I need help with Business Graphics UI element. I need to display graph on click of button. The node bound to Category and Series are filled with data properly at runtime, but the graph is not displayed at all.

If I fill in data in wddoInit() method, I am able to see the graph properly.

Can someone help me out with this? Thanks a lot in advance.

Regards,

Archana

Accepted Solutions (1)

Accepted Solutions (1)

Sharathmg
Active Contributor
0 Kudos

"If I fill in data in wddoInit() method, I am able to see the graph properly.".

1. Create the button.

2. Each button has an event(under properties) called onAction. In this event place, assign an action handler/method.

3. Write the code which you write to fill the Business Graphics in that method.

4. Compile and run.

So, when you click the button this code will be called and graphics will be rendered(which you are able to do in the init method).

Regards,

Sharath

Former Member
0 Kudos

Hi Sarath,

Thanks for your detailed explanation on this. Well, I was missing on the part of writing code to create Business Graphics. I was just assuming that filling the data in the node(bound to series) should do the job.

Thanks,

Archana

Answers (0)