Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Graph Background color

Former Member
0 Kudos

Hi,

We have a requirement in which the background color of the Graph should not be Grey color.

How to change the Background color of a Graph?

I'm using custom function module of 'GFW_PRES_SHOW_MULT'.

I tried this code:

CALL METHOD bundle_display->if_customizing~set
                EXPORTING
                  attr_id = cl_cu_display_context=>co_bg_clr_plt_id
                  value   = 1.

But it is not working

Please do help...

Thanks,

Sowmya

2 REPLIES 2

former_member184578
Active Contributor
0 Kudos

Hi.,

Check this., [Graph with Multiple Colors|;

also., [Change background color of graph|http://support.sas.com/documentation/cdl/en/grstateditug/61951/HTML/default/p057a0asg9pg5dn1uen74xvupehu.htm]

hope this helps u.,

Thanks & Regards

Kiran

0 Kudos

This is not relevant answer.

I'm looking for the code in ABAP.