cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics: Time Scatter, Line Chart, Column Chart

Former Member
0 Kudos

Hi all,

I have a requirement of intermixing of Bar/Column-Chart and Line-Chart. How to do this? I also need to color the columns.. Any Documents or Ideas will be appreciated.

Thanks,

Vinod V

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, Rohit & Neha

I think, my question is not clear..

My requirements are on Business Graphics (Not in IWDTable), where i need to represent my data in different columns (Levels). Each level will be Represented in different colors.

Eg: Top level of my Graph will have RED,

Middle by YELLOW and

Bottom part would be with GREEN.

My Second Question is on using Multiple Graph types in same graph...

Where data will be represented in Column/Bar Chart and in the same graph i need a curve to display the max value pointed by Column Chart..

How can i achieve this?

Regards

Vinod V

Former Member
0 Kudos

Hello Vinod ,

I can help you for your second question .

You hav to create another series node and as well as a series UI element .

Then Right click on the business graphics UI element and click on edit customizing .

In the customizing create a new series( say series1) with chart type = < chart_type > ( what ever you want ) and save the customizing .

Now in the newly created series element set the attribue CustomizingID to 'series1'.

Fill the new sereis one node with the required data at runtime .

I hope this will solve your problem .

Regards

Vivek

Former Member
0 Kudos

Hello Vinod ,

For your first problem , please have look at graph customizing .

I think customizing can help for different colors .

Regards

Vivek

kai_gutenkunst
Active Contributor
0 Kudos

Yes, customizing is the right direction:

edit your chart in se80 and the chart designer appears. In the global settings you define the global chart type (e.g. Columns). Then right-click on the Series node, add a new node (i.e. customizing settings for a specific data series) and change the chart type of the new series node to e.g. Line.

It's important that you use the ID of this new node (e.g. "Series1") as the customizingID in your coding to connect a specific data series to these customizing settings.

Feel free to rename the ID within the chart designer.

Regards, Kai

Former Member
0 Kudos

Hi,

check this...........

[https://forums.sdn.sap.com/click.jspa?searchID=19608191&messageID=6585950]

For coloring use this........

[https://forums.sdn.sap.com/click.jspa?searchID=19608199&messageID=6264623]

Edited by: Neha Thukral on Dec 6, 2008 9:48 AM

Edited by: Neha Thukral on Dec 6, 2008 9:51 AM

Former Member
0 Kudos

Hi Vinod,

go through this link...

[]

I hope it helps.

Regards,

Rohit

Edited by: Rohit Makkar on Dec 6, 2008 9:27 AM