Bar & line chart together

Hello friends,
    We have a requireemnt where we need to project Bar & line graph in single chart in ABAP code. We need secondary axis also for line chart. We searched DWDM but could find the chart of our requirement.
We used Graphic_matrix_3d but it can have only one chart type. If we use chart type as line all the entries in graph will be line. But we need 2 in bar & 1 in line format
Can you please help!!!!
Thanks & regards,
Suresh

Hi,
you can look at classes cl_gui_chart_engine or cl_igs_chart_engine and you can also download the SAP chart Designer from SDn-Downloads to draw line and bar chart together.
Thanks & Regards,
Sarita Singh Rathour

Similar Messages

  • How to create a Power View bringing barchart and line chart together in same graph

    We are planning to create power view report that has bar and line charts on same graph. Could you please let us know whether it is feasible in Power View & how to add trend line in power view .
    Thanks,
    Sandeep.

    This is not possible with Power View. It is possible with Power BI (Online at PowerBI.com) See image below.
    Please vote or mark as answer if you found the response helpful.
    Regards, Avi
    www.powerpivotpro.com
    Wiki:How to ask a Power Pivot Question to get a prompt, accurate and helpful response

  • Help with Bar & Line Chart on dual Axes

    I'm attempting to build a chart with 2 series
    Series 1 is a total
    Series 2 is a percent value
    I want Series 1 to be a column and series 2 to be a line
    Here is what I tried
    right click on the Bar that Iwant to display as line.
    Select the series option and then select "Line" from the drop down.
    But when I do this both series change even though they on different Axes.
    What did I miss?
    Thanks
    Steve

    you should first create a line chart, then click the series and turn to 'riser'.
    Thx, Hao

  • Do you know -- any Free Class to create bar & line charts ??

    I want to find a free java class that can help me to create bar charts & line charts, can you tell me??
    thanks!

    google is your friend
    http://java-source.net/open-source/charting-and-reporting

  • Vertical axis scaling problem with XYZ bar/line chart

    Post Author: satwar
    CA Forum: WebIntelligence Reporting
    Is there a trick to making the scaling on the
    Z-axis equal to the Y-axis. I don't want to specify the scaling on
    either axis because I am generating report with filtered "dimensons" in
    order to generate all measure charts for a given set of filters. The
    measures have various value ranges so by not specifying chart scales,
    the Y-axis is auto ranged, which is good, but so is the Z-axis, which
    is bad. I want both Y & Z axis to range together so I get a good
    visual comparison of the two measures being plotted.

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    satwar,
    There is no "trick", we're just victims of the limitation that WebI has in portraying XYZ type charts to our better liking.  I submitted a request to Business Objects Tech Support in Oct 2006 and became the proud holder of two ADAPTs:
    ADAPT00676587 u2013 for the scaling issueADAPT00676609 u2013 for the stacked bar chart, line graph issue
    When fully implemented, the scaling for Y and Z should be able to correspond to each other.  For instance, max value of Y and max value of Z will set on both scales the same max value.  I don't discourage you from submitting a trouble-ticket, perhaps if they get more noise on this situation they'll resolve my (our) ADPAT sooner, but just hoping....

  • Bar/Line Chart in IR 9.3.1 how do i change bar widths

    I have a chart with 3 bar and a single line. The problem I am having is that the bar exceed the interval space. The intervals are based on month and the bar overlap into the next internal. How can I reduce the bar width so it fits within the single interval?

    The easiest way is to use the Status-4-Evar add-on. With it you can choose to not display any of the status messages or url hover previews, or display them in the add-ons bar or location bar instead.
    https://addons.mozilla.org/firefox/addon/status-4-evar

  • Combo bar line chart scale

    hi, there are 2 columns, A and B , value of B is much larger than A
    A is presented by bar, B is presented by line.
    so left axis is for A and right axis is for B
    I found that OBIEE adjusts the axis scaling for left axis and right axis separately.
    is it possible to make both in same scaling?
    (NOT BY SETTING MINIMUM VALUE AND MAXIMUM VALUE)
    OR is it possible to set the maximum value to be the maximum value on the chart ? (dynamic setting)

    sorry, it is so easy.
    just check the checkbox "Synchronize Line and Bar Axis"

  • Bar Line chart

    <p>3 as Line and 1 as Bar.</p><p>I created a computed column and gave value as Zero and pulledthat column as Bar in between thses values.</p><p>But these columns are displaying in Legend.</p><p> Is there any way to write a script in dashboard to passthese variables dynamically are other solutions.</p><p> </p><p>This is very urgent.</p><p> </p><p>Thanks in Advance</p><p>Jeevan</p>

    <p>HI Jeevan,</p><p> </p><p>This is the way but if u want to hide legend then u should usereport section & create ur own legend box .</p><p> </p>

  • Cfchart yaxis scale is wrong when combining bar and line charts

    Hi, I am trying to combine a bar and line chart ti display data.  Everything looks good except that the yaxis scale is off.  I set the scaleMin to 0 but that doesn't help.  Below is my code, the custom XML style and a screen shot.  My ultimate goal is to get the yaxis to start at 0, not -1,000 as is currently the case.  I have combined this data with each set represented as bar charts and do not have this problem.  It must be the combo of bar and line charts together.  Any assistance is most appreciated.
    <cfchart title = "#variables.ReportName# Seedlings Ordered"
        style = "../SO_R_overall.xml"
        Format = "PNG"
        pieSliceStyle = "solid"
        show3D = "no"
        showBorder = "yes"
        showLegend = "yes"
        tipStyle = "MouseOver"
        chartHeight = "#DefinedChartHeight#"
         chartWidth = "#DefinedChartWidth#"
        font="arial"
        fontsize="12"
        fontBold="yes"
        scaleFrom="0">
        <cfchartseries
            type="bar"
            seriesLabel="Goal"
            query="getDivisionGoalsByDivision"
            valueColumn="divisiongoal" 
            itemColumn = "division"
            dataLabelStyle="Value"
            seriesColor="99CCFF"
            >           
        </cfchartseries>   
        <cfchartseries
            type="line"
            seriesLabel="Ordered"
            query="getQTYordered"
            valueColumn="QTYordered" 
            itemColumn = "division"
            dataLabelStyle="Value"
            seriesColor="green"
            >           
        </cfchartseries>
    </cfchart>
    ***************** Custom Chart Style called *****************
    <?xml version="1.0" encoding="UTF-8"?>
    <frameChart is3D="false">
            <frame xDepth="3" yDepth="3" outline="#333333" lightColor="white"
            leftAxisPlacement="Front" rightAxisPlacement="Front" stripColor="#CCCCCC"/>
            <xAxis scaleMin="0">
                <labelStyle isHideOverlapped="false" orientation="Horizontal"/>
                <titleStyle font="Arial-10-bold" isMultiline="true">Division</titleStyle>
            </xAxis>
            <yAxis scaleMin="0">
                <titleStyle font="Arial-10-bold"/>
                <dateTimeStyle majorUnit="Year" minorUnit="Month"/>
                <labelFormat style="Pattern" pattern="#,##0"/>
            </yAxis>        
            <dataLabels font="Arial-10" foreground="black" autoControl="true"/>
            <legend>
                   <![CDATA[ $(rowLabel)  ]]>   
              </legend>
            <decoration style="RoundShadow"/>
            <popup background="#C8FFFFFF" foreground="#333333"/>
            <paint paint="Plain"/>
            <insets left="5" top="5" right="5" bottom="5"/>
    </frameChart>

    I should have also said that I am using 8.0 Pro.
    I want to have the output similar to an e-book.
    The issue (Sept-October of 19xx)
    Then the individual pages (bookmarked)

  • Line chart in WEBI

    HI
    I have vertical stacked line chart in the webI report and I have no issues with the values and Line chart is perfect, but with in the chart user want's a standard horizontal line perpendicular to Y-axis at value 40. No matter what ever is the prompt value but this standard should be always display at value 40.
    I have gone through the properties very well but still not able to recognize?
    Thanks,

    Hi Arijit ,
    I want to create a Stacked bar and line combination chart in Web I B0 XI 3.1 SP5.
    I want to show category wise sales in stacked bar and ASP in the line in same chart .
    please tell me how to create stached bar line chart in Web Intelligence
    Thanks ,
    Charu

  • 2 y line-chart

    I need line chart with 2 two   Y axis (much different  values/scale...)
          have not found any alternativ or property  ( only one y with exp scale)
    possible in webi ?

    Karl,
    You might get some success using the "vertical bar/line" chart capability.  This chart is best described as an X,Y1,Y2,Yn scenario.  If you have a dimension in the first column of the grid followed by at least two (in your case you will want at least three) metrics, then the bar/line chart will work, but for you, the trick is to have either "dummy" or duplicated values in the first metric (which will be plotted as a "bar", and the other metrics plot as lines.  For the graph, set its background to white, then using the palette, set the first graphing item as white also (white on white).  Once you get the white on white action going, you'll not see any "bar" but will see line(s) (provided that they are not white on white).
    Thanks,
    John

  • How to combine a stacked bar chart and a line graph together in one report

    I have a report in excel that has stacked bar chart and a line graph together in one report. I am trying to recreate the same in Webi, Is this possible? Did any one have similar requirement, could you please share the thoughts?
    Thanks,
    Hema

    May be I don't understand correctly...
    But if its really to separate chart area's;
    just copy the datablock and format one as line and the other as barchart...
    Hope this helps,
    Marianne

  • Horizontal Bar Chart and Overlaying Line Chart

    I am using SSRS 2008 and developing my reports in BIDS.
    I have a report with two data points. I want to chart the first as a bar (horizontal) chart and then the second as an overlaying line chart.
    I created both data series, originally, as a bar chart. I have clicked on the second series in the "Drop Data Fields Here" area and changed the chart to a line chart. When I do that, it changes both series to a line chart.
    However, if I use the column (vertical) chart for the first series, it will let me make the second one a line chart.
    Is this a limitation of SSRS 2008? Can I not have one data point be the horizontal bar chart and the second one a line chart?
    If so, are there any suggestions how to get around this?
    Thanks.

    Both charts for SSRS 2005/2008 are very limited when it comes to horizontal charts and are infact supporting only left-to-right bar charts, with no ability to combine them with other charting types (lines, areas, points etc.). For a SSRS charting solution that supports all types of charting type combinations in left-to-right and right-to-left horizontal fashion you can use Nevron Chart for SSRS - www.nevron.com. Besides a huge number of charting types and subtypes (most of which are not available in the MS Chart for SSRS 2008) it also provides better image quality in 2D and 3D modes, more settings, has support for rich text formatting in texts, has image filters, ability to customize via C# code and implements many more large and small charting related details.
    Best regards,
    Crank

  • Stacked bar chart/line chart combination

    Hi,
    I use Crystal Reports 10.I need to produce a chart containing 2 series on the same graph with:
    - one series as a stacked bar chart type,
    - one series as a line chart type (not stacked).
    I tried doing 2 separate charts and superimposing one over the other, but the user wants to export it to excel and when they do so, the graphs appear as 2 separate images rather than one. it appears correctly in pdf though.
    How can i achieve this, either in 1 graph or as separate 2 graphs ?
    Any help appreciated...
    Thanks in advance,
    Swathy.

    Hello Swathy,
    If you can get both series in one chart then you can convert one series into line.
    To do this right click on the Bar that you want to display as line.Select the series option and then select "Line" from the drop down of "Show Selected Series as:" option.
    Hope this will help!
    Thanks & Regards,
    Amrita

  • Need help in Line bar combo chart - line is not prominent in dashboard

    Hi All,
    I face an issue where the line in a line bar combo chart is not prominent in Dashbords.
    lets say i have 5 reports (all of them are line bar combo charts) in a dashboard. The lines in graph are not prominent or not displayed in usual thickness. But this scenario does not happen always. if i scroll down or up the browser(here i am using IE8) some of the reports displays line in the charts and some does not display the line. when i click on the report then the line will be displayed.
    please suggest whether this is a browser issue ror something to deal with OBIEE itself.
    Thanks in advance.

    Hi,
    It's a bug in obiee11g. kindly download the patch file from My Oracle Support and delpoye it
    OBIEE 11g: Line Bar Combo , With Stacked Chart , The Bar Width Gets Affected [ID 1369493.1]
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Symptoms
    When the chart type is changed from Standard or Default line-bar to Stacked line-bar chart, the bars are reducing their width.
    Line-bar should keep the width of the previous bars.
    However, when vertical Bar is changed to stacked vertical, the bar width remains the
    same. But when a regular Line-Bar is changed to stacked vertical, the width
    changes (reduces, in this case it becomes half the original width)
    Cause
    For dual Y stacked bar graph, the bar width was half of the regular bar width
    because the series assigned to Y2 was given the half of the space also. This is not needed if the marker type for Y2 is not bar.
    The following bugs have been opened to handle this issue
    Reference Bug:
    Bug 12931660 - line bar combo with stacked chart changes its width
    BUG:12931660 - LINE BAR COMBO WITH STACKED CHART CHANGES ITS WIDTH
    BUG:12947990 - BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Bug Ref:
    e.x: applying patch file refer the below file
    http://obieeelegant.blogspot.com/2011/11/how-to-apply-patches-using-opatch.html
    Thanks
    Deva

Maybe you are looking for

  • Smooth scrolling in mx:Datagrid

    Hi All, I am implementing a datagrid in my extension for Illustrator CS5, 6. I want to have smooth scrolling in it as there are images that are displayed in the grid. I am using an ItemRenderer for displaying images. It has one column. I searched the

  • How to Customize "Export to Excel" functionality in applicationsTable

    Hi All, I have an applicationsTable with exportEnabled. In my table, I have a column with commandImageLink. when we click on it, the summary of that particular record will be shown in the pop up. Now when I use "Export to Excel" feature I want the po

  • Virtual PC 7.0.2 not working

    I have a Mac OS X 10.4.11, and Virtual PC had been fine since I got it in July 2007. I hadn't used it for a while, and now when I need it to install an update for a flash drive, the application opens but suddenly "quits unexpectedly". When I try to r

  • Bulk Insert Errant File

    Hello Again, It's been a troublesome day. I'm trying to import a file with the normal manual import process. Import formats and maps are good. The issue is file system provisioning and behavior I've not seen before. The location is using Bulk Insert.

  • Both FCPX and QuickTime do not recognize JVC Super VHS ET Professional player

    I have what you've read above and it does not seem to be working with either QuickTime or FCPX capture settings. I plug everything in, firewire cable and all, go to the import from camera setting in FCPX where it welcomes me to the "No device detecte