cancel
Showing results for 
Search instead for 
Did you mean: 

Setting series color in the Business Graphics UI element

former_member182374
Active Contributor
0 Kudos

Hi all,

I'm using the Business Graphics UI element in my Web Dynpro application.

I set the color for various properties using chart designer, then I add the generated XML in the doModifyView method: bg.setDirectCustomizing(xml file) and most of it works.

However, when I change the series' color, I don't see any change in the xml file (see snapshot).

http://img90.imageshack.us/my.php?image=graphjy1.jpg

My xml starts with <SAPChartCustomizing> and ends with </SAPChartCustomizing>.

How can I set the series' color using the custom xml file?

Thanks,

Omri

Accepted Solutions (0)

Answers (1)

Answers (1)

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

as the connection between your data and the customizing settings works via IDs you have to make sure that you set exactly the same ID for a data series as defined in the chart designer.

In case that you use point customizing make sure that you do not set an ID for the points of your series. Instead set the series customizing ID for the series only! Keep in mind that point customizing always overwrites series customizing if both are defined.

Regards, Kai