Bar charts using Graphical Framework.
Posted on
16th Feb 2014 07:03 pm by
admin
I am using Graphical Frameworks(GFW) to create a chart Graphic . There is no problem with the data displayed on the bar graph .The problem is that Y-axis of the chart resizes in function to the maximum bar value.
For example, if I execute the report and click on the link to view the Bar Graph, it shows Y-axis up to 120 as the maximum bar value was 100. However, if I change the maximum bar value from 100 to 80 the Y-Axis resizes to 100.
I need to know if it's possible to fix the Y-Axis size to 100 irrespective of the value being displayed. I have disabled the automatic Maximum column value calculation using the method IF_CUSTOMIZING~SET of Class CL_CU_AXIS. The attribute I am passing is CO_MAX_VALUE_AUTO and the value is space(To disable). Then I set the maximum column value to 100 using the same method and class with the attribute passed being CO_MAX_VALUE. But this is not working.
Did you know?Explore Trending and Topic pages for more stories like this.
Am in a support project and the object has already been developed using GFW by creating graphics proxy using interface IF_GRAPHIC_PROXY and various attributes in it . Customizing for Bar charts is also done using attributes and methods of class CL_CU_DISPLAY_CONTEXT. Now the client wants the Y axis displayed to be fixed to 100 irrespective of the data . So for this purpose am using attributes of the class CL_CU_AXIS which contains all attributes of an axis .But unfortunately it’s not working . So can you provide any insight for the method that we have used . I can’t be using the Function module ‘'GRAPH_MATRIX_3D’. I have checked the sample SAP program ‘GFW_PROG_TUTORIAL’ but didn’t get any solution.
Help needed urgently.
Thanks
No comments posted yet
Your Answer:
Login to answer
96
9
Other forums
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
Need Successful Return
Hello I am currently working a form here, and I have everything figured out except when I click the
Parse XML
Good day,
I use oempro software and try to parse XMLReturn but it's not working for me, simpl
I got my hosting suspended XD
So I saw this challenge a day or so ago
http://www.programming-challenges.com/pg.php?page=dow
switch form actions? not working
i want on submit to go to different pages according to the CatID
Code: <?php $CatID=$_
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
Having a problem get the selected item from a drop down menu
I have been looking at this for days now.
I have a drop down menu that get it's values from a
keeps going back to index.html ???????
ok so i started making my site using mostly.html files now i have added a fair chunk of php. My inde
Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other