Application Development and Automation 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: 
Read only

Multiple color in a graph

Former Member
0 Likes
539

Hi friends,

The is a SAP standard program in the name GRAPHICS_GUI_CE_DEMO with the help of which we can generate reports represented in graphical way.Whenever we generate a graph,it shows us a bar graph having first bar in yellow,Can we change the color of the bar by any means, If anybody has documentation on this particular code, please help me.

Regards

Ashish.

Hi friends,

The is a SAP standard program in the name GRAPHICS_GUI_CE_DEMO with the help of which we can generate reports represented in graphical way.Whenever we generate a graph,it shows us a bar graph having first bar in yellow,Can we change the color of the bar by any means, If anybody has documentation on this particular code, please help me.

Regards

Ashish.

2 REPLIES 2
Read only

Former Member
0 Likes
492

Hi,

can you tell em which version are u using.....because there is no pragram with name GRAPHICS_GUI_CE_DEMO

but we have program with name, GRAPHICS_GIS_VIEW_DEMO.

or else can yoou give me the code so that, i can analyse......

Regards,

Adarsh

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
492

Ashish,

a good starting point is to download the SAP Chart Designer from the SDN downloads area. The Chart Designer can be used to easily create customizing settings (e.g. color changes) and save it as a local XML file. Use such a file for your own application.

To color a series you have to change the property Color of the series.

Regards, Kai