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: 

Line graph in business graphics webdynpro

arjunmanikam
Discoverer
0 Kudos
297

I want to draw a line y equals constant (y=C)in business graphics in webdynpro. How to draw this line?

1 REPLY 1

turkaj
Active Participant
0 Kudos
268

Hi Arjun,

You can create a new BusinessGraphics element. Within the element, enter the Series element for your values (either “Series” or “SimpleSeries”). In this element, you have to map your context attribute that should be displayed



There are different types of diagrams. You can control this in the property of the BusinessGraphics element. In addition to the Series, you can also define categories.
In my case, I added a few values (4, 6, 8, 4, 4) to the diagram.



There is a WD standard test application “DEMO_BG_GANTT” that you can test and take a closer look at.

Regards
Jim