cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Chart Designer properties for graphs through Web Dynpro API - Java

Former Member
0 Kudos

We have created a graph using Web Dynpro Business Graphics API (in Java). We are doing this through the code - Web Dynpro Dynamic Programming.

The issue we are facing is - We have to set the property (ValueAxis -> Title) of the chart designer tool through our code. The aim of this is to show labels on the x and y axis of our graph. We are not able to get any way in which we can set this property using any API or code.

Could you please help us with this?

Is there any other way in which we can set the x and y axis labels using API without using the chart designer tool?

Accepted Solutions (1)

Accepted Solutions (1)

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

create your own customizing XML at runtime for defining such texts. Check the API for the call setDirectCustomizing.

Regards, Kai

Former Member
0 Kudos

Thanks Kai.

Your suggestion was very helpful and solved our issue.

Answers (0)