Line connecting two bars of a floating bar chart

Hi All,
I am using floating bar chart for one of my functionality showing flows over time...
I need to draw one dashed line connecting two bars ..
Attaching the image for reference ..
Pls guide me how shd I achieve this ...
Thanks

Morning Art,
I hope you had a good weekend.
Yes! I know what you mean because I have the same issue. If for example there is one record out of 10 records, the chart fills the whole width of the page with blue rectangle within the chart, and showing 1 on the x-axis (one big blob of blue colour within a chart).
It looks very bad though I didn't find any solution to the problem either. however if I do, I will let you know.
Regards
Jehanzeb

Similar Messages

  • Draw a Horizontal target line on bar chart

    I am trying to reach out to crystal report gurus for the following problem, I am relatively new with crystal reports and would really appreciate if you could provide a solution or point me in the rite direction.
    I am working on a project which requires to show various charts on an .aspx page. (.net 2.0).  I am using CR10.2.36, the one that comes with VS2005.
    My problem is I need to add a target line on a bar chart, e.g.
    I have (Y)years and (X)Examscores, I need to put a line (target line) on the Exam Scores.
        100%   |
    (X)Score  |
       45%
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   (this is the target line I need to have)
                   |
            0%  |__________________________
                    2001          2002           2003
    now this target line should move up or down on click of a button or a .net slider control (which would be somewhere on the page).
    So I guess I need to add the target line to the bar chart programmatically after the chart loads.
    I am able to load the chart correctly but I am not able to think of a way to add the target line and there seems to be not a lot of help out there.
    I appreciate your time and help
    Thanks
    rohan

    (X)Score  
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   (this is the target line I need to have)
                   |
                   |__________________________
                    2001          2002           2003
    just drew the graph again since it was not looking good above

  • Regarding Bar Chart

    Hi ,
        This is prasad new to sap xmii.In Xmii i want to display two bar charts.
    First bar chart should display by selecting the dropdown.It works fine by displaying the chart.And the next bar chart should display on clicking the Units of first bar chart.
    But it is not happening like that.To display the second one first we have to click the legend on the right side of the chart and then clicking on the chart displays the second chart.
    I would like to display the second bar chart by clicking the first bar chart  unit directly without clicking on the legend.
    Can any one give the necessary direction on this will be helpful for me
    Thanks,
    Prasad.

    In situations like this, since the ChartSelectionEvent in the chart area is visually independent of the SelectionEvent in the legend, I prefer to have both events declared.
    In the ChartSelectionEvent function you can use the .getLastSelectedTag() method to determine which associated legend 'pen' the user selected by clicking on the bar.  You can then use this number to call the .setSelectedPen(iPen); method, which will do two things:  highlight the legend item for the bar they've selected and also fire the SelectionEvent for the iChart.
    By doing this you have script access to everything you need about the particular bar they've clicked as well as the pen related information.  It also provides the visual correlation so that the user doesn't get confused by clicking on a bar in the chart for drill-down but still seeing the legend indexed to a different pen.
    fun ction BarChart_ChartSelected() {
         var myChart = document.BarChart.getChartObject();
         var selPen = parseInt(myChart.getLastSelectedTag());
         if (selPen > 0) {
              myChart.setSelectedPen(selPen);
    Regards,
    Jeremy

  • I own a 13-inch MacBook Pro and for the past day, my wifi on my laptop says I only have two bars of connection and is running very slow,but all of my other devices such as my iPhone and iPad are connecting perfectly to the wifi. How can I fix this? Thanks

    I own a 13-inch MacBook Pro and for the past day, my wifi on my laptop says I only have two bars of connection and is running very slow,but all of my other devices such as my iPhone and iPad are connecting perfectly to the wifi. How can I fix this? I have tried to shut my laptop off and let it rest and I have also re-started my wifi router three different times. Someone please help me with this problem so I can begin to use my laptop again as I take it to school and use it for class.
    Thanks so much!

    FCP, and all software on OSX, has a few different "preference" files (the extension is .plist), which store all your user settings. Each time you resize a window, change a setting, anything, this file is re-written. Kinda easy to see how they would become corrupt every now and then.
    -Close FCP
    -Navigate to User>Library>Preferences and delete com.apple.FinalCutPro.plist
    -Navigate to User>Library>Preferences>Final Cut Pro User Data and delete Final Cut Pro 5.0 Prefs
    -Empty your trash
    Relaunch FCP and see if that worked.
    Download FCP Rescue to make this process easier in the future. When you have FCP running really smooth, open FCP Rescue and create a backup of your preference files. If it starts acting wanky, just run FCP Rescue and Restore your backup preferences. Works really slick, and it's free.
    EDIT: Or use the really simple explaination that X posted as I was typing.

  • How to draw cumulative line graph over the stacked bar chart?(SSRS)

    Hello, 
    I need your help to draw a cumulative line graph over this bar chart. 
    I need your help to draw a cumulative line graph over this bar chart in SSRS.
    The dimension (Category Group) is "Hour" in this case. and expression is sum of two distinct values like 'Y' and 'N' in Activity column(Series Groups). The sum(Activity=Y) in green color and sum(Activity='N') in Red color.
    I require to draw a cumulative line graph in this same chart, that should give the result of cumulative Sum(Activity) for each hour?? I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    SSRS Version details:
    Microsoft SQL Server Reporting Services Designers 
    Version 10.50.1600.1
    --Siva

    Hi Siva,
    It seems that you need to verify your email address to post images, etc
    Besides,  Microsoft® SQL Server™ 2008 Reporting Services: Step by Step is a good choice to you. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. A companion CD includes data sets and sample code. You can download
    it from this link http://my.safaribooksonline.com/9780735626041 Click the Extras, you can get the samples and database from Supplemental Content.
    And there are vast of valuable articles and SQL Server Reporting Services Books Online in MSDN ,you can click these link to begin your learning journey, SQL Server Reporting Services 2008 Books Online:
    http://msdn.microsoft.com/en-us/library/ms159106(v=SQL.100).aspx 
    Besides these, there are still many valuable videos in Microsoft Webcast, click this link
    https://msevents.microsoft.com/cui/SearchDisplay.aspx?culture=en-US#culture=en-US;eventType=0;sortKey=;sortOrder=;pageEvent=false;hdnInitialCount=;searchcontrol=yes;kwdAny=Reporting%20service to register with a windows live ID, then download the ones you
    want.
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • 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

  • Creating floating bar charts in Numbers '09

    I have what seems a fairly simple requirement, but can't quite work out how to do it in Numbers...
    I have a set of price ranges (quotes) and I want to put them on a graph, so I can see at a glance how they they tend to fall.
    Ideally, I'd like the X axis to be price and the Y axis to be basically nothing - each quote gets its own line.
    So I'm after a stack of horizontal bars indicating the from - to price range.
    It doesn't seem that this should be too onerous, but I simply can't spot an appropriate graph type.
    Anyone?

    I am trying to picture what you mean but I can't seem to. But I'll give it a shot.
    EDIT: I wrote all this then re-read your post and this isn't what you were asking for. Oops.
    All charts (graphs) need X's and Y's, though the Y's could be all be the same constant value. So the data you need to plot is a column of quotes (X data) with a column of 1's or checkboxes (Y data) next to it. I am guessing that you want your quotes to be spread across the X axis, not spaced evenly like they are in the bar charts. Otherwise you probably wouldn't be asking. You have two choices on how to do this.
    First way:
    If you can create a list of evenly spaced quotes in the header column (A) with a column (B) of checkboxes next to it, you can use a bar chart. You would put a check next to any quote you want to appear on the chart. So you might have a column with quotes of $1, $2, $3, etc with checkboxes next to each which you can check/uncheck. This probably isn't practical in this case but I don't know your data so I'm throwing it out there.
    Second way:
    Have a non-header column (B) of quotes and a corresponding column of 1's. Create a scatter chart. This will give you data points, not bars. In the Chart Inspector, Series tab, click on Advanced and add error bars to the Y axis. Make them negative only and 100%. Set the data point symbol to None. Then go to the Graphic Inspector and change the error bars so the line type is a straight line, the width is greater, and the color is what you want. This still isn't a bar chart but it is more like one.
    There are variations on the second method. You can remove the Y axis gridlines and value labels so you have a single horizontal line (the X axis). You can plot 0's instead of 1's and make positive, fixed value error bars.
    Message was edited by: Badunit

  • Urgent: Combination of stacked bar chart and line chart

    Hi,
    I have the following request: First I need series depending on the year (no problem) and two stacks for each series (first problem). Now I need two line, line 1 for total of stack 1 and line 2 for total of stack 2. Both lines should have a label showing the difference from one to next series in percent.
    Can something like this be done in BI Publisher. I got an excel sheet with such a chart, so it is possible there. Any templates, hints or tipps?
    I need this very urgent because it's the main report of my project. So if this is not working I can stop the project and have to find another reporting tool.
    Thanks
    chrissy
    Message was edited by:
    chrissy

    I've made again some tests by myself and recognized that there's something strange in the chart.
    When I create a stacked bar chart with values of DURATION, labels for TYPE_NAME and series of YEAR the first thing is, that it is not ordered. So how can this be done?
    The second error, is hard to explain ...
    Let's say I've the following values:
            Type1     Type2     Type3
    2005    1            2             3
    2006    4            5             6
    2007    7            8             9I would expect the following chart:
    2005     2006     2007
    1             4          7            Type1
    2             5          8            Type2
    3             6          9            Type3But the chart shows me the following:
    2005     2006     2007
    1             7          4            Type1
    5             2          8            Type2
    3             6          9            Type3You can see, the values are totally mixed, the code of the chart is the following:
    chart:
    <Graph seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_STACK">
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <MarkerText visible="true" markerTextPlace="MTP_CENTER" />
    <LocalGridData colCount="{count(xdoxslt:group(.//ROW,  'YEAR'))}" rowCount="{count(xdoxslt:group(.//ROW,  'TYPE_NAME'))}">
    <RowLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="TYPE_NAME">
    <Label>
    <xsl:value-of select="current-group()/TYPE_NAME"/>
    </Label>
    </xsl:for-each-group>
    </RowLabels>
    <ColLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="YEAR">
    <Label>
    <xsl:value-of select="current-group()/YEAR"/>
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="TYPE_NAME">
    <RowData>
    <xsl:for-each-group select="current-group()" group-by="YEAR">
    <Cell>
    <xsl:value-of select="sum(current-group()/DURATION)"/>
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </xsl:for-each-group>
    </DataValues>
    </LocalGridData>
    </Graph>Otherwise I had made the following to have a stacked bar for duration and one for outage:
    chart:
    <Graph seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_STACK">
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <LocalGridData colCount="{count(xdoxslt:group(.//ROW,  'YEAR')) * 2}" rowCount="{count(xdoxslt:group(.//ROW,  'TYPE_NAME'))}">
    <RowLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="TYPE_NAME">
    <Label>
    <xsl:value-of select="current-group()/TYPE_NAME"/>
    </Label>
    </xsl:for-each-group>
    </RowLabels>
    <ColLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="YEAR">
    <xsl:sort select="YEAR"/>
    <Label>
    <xsl:value-of select="current-group()/YEAR"/>
    </Label>
    <Label />
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select=".//ROW" group-by="TYPE_NAME">
    <RowData>
    <xsl:for-each-group select="current-group()" group-by="YEAR">
    <Cell>
    <xsl:value-of select="sum(current-group()/DURATION)"/>
    </Cell>
    <Cell>
    <xsl:value-of select="sum(current-group()/OUTAGE)"/>
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </xsl:for-each-group>
    </DataValues>
    </LocalGridData>
    </Graph>The only thing I miss is a label for each stack, what is shown (so duration or outage) and of course the line.
    Thanks for any help
    chrissy

  • Combining a Line Chart with a Bar Chart

    I'm required to render a chart that has a line chart in the background with a bar chart in the foreground. BarChart requires with one of the axes be Category while the LineChart needs to have both axes be Numeric.
    I had seen another post suggesting using a StackPane to put 2 distinct charts on top of each other. I don't think this will be suitable for this due to how different the one axis needs to be.
    My hunch is to simply write a new XYChart that renders bars instead of lines. Any other ideas?
    Thanks,

    Hi Chirs,
    In SSRS, the chart type is by design. It is not support vertical line chart.
    Reference: http://technet.microsoft.com/en-us/library/dd220461.aspx
    Since the issue is by default, I recommend you that submit this suggestion at
    https://connect.microsoft.com/SQLServer/. If the suggestion mentioned by customers for many times, the product team may consider to add the feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the
    level of service provided.
    If you have submit a feedback, could you please post the thread there? It will be very beneficial for other community members who have similar questions.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Bar Chart- How to center graph lines

    I am very new to Xcelsuis and am fighting with someing that is easy to most, but driving me crazy.
    I have a Label Bar that poplulates a list box and when I click on an item in the list box the correct information appears on the bar chart.  The problem is that is is all pushed to the bottom of the graph.  I need it to space accordingly in the center of the graph. 
    Please know that I can have anywhere from 1 bar chart line or 40.
    Thanks in advance for your assistance.
    JP

    Hi JP,
    Have you tried the ignore blank cells in series and values options. These are on the behaviour tab.
    Regards
    Alan

  • Wavy lines in bar charts after converting a Powerpoint to a pdf?

    After converting a Powerpoint file to a pdf, the bar charts have wavy lines.  The one thing I noticed is that the problem appeared when creating the pdf with Notes showing.  If Notes are turned off, then the bars are fine.
    Is there a solution for this?

    Version is Office 2007.
    OS is Windows 7.
    Viewer - I think it is Acrobat 9 Pro.
    When printing, the option to print notes is chosen.  If the option is just slides, the bars in the charts are normal.
    To create a PDF, the Powerpoint file is open --> then go to Print --> in the Print dialog box, change the printer name to Adobe PDF and print.

  • 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

  • Date Axis Line/bar Chart not working properly when rendering through SDK

    Hi all,
    When i render a existing Crystal report 2011 through java SDK code(Eclipse) bar chart is working fine, But the Date Axis line chart is not displaying properly. the properties are getting changed.. Any clue how to handle this? Do we have particular jar for Chart?
    Thanks in Advance!
    Regards,
    Mirthu

    Hi Mirthu
    I moved your post to the SAP Crystal Reports, version for Eclipse SCN Space. Unfortunately, all I know about Java is that it's in the cup in front of me . But I will get someone to have a look that should be able to help you ASAP.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

  • Can you put line break in text in the data box when creating a chart.  i.e. if you have a bar chart

    Can you put line break in text in the data box when creating a chart.
    i.e. if you have a bar chart with text underneath each bar, can you break it when you’re entering it instead of manually afterwards
    Thanks

    http://help.adobe.com/en_US/illustrator/cs/using/WS3f28b00cc50711d9fc86fa8133b3ce158e-8000 .html
    See "Enter labels"

  • Bar chart and Line chart in a single chart??

    Hello,
    Was wondering if there is any way to create a bar chart and line chart in a single Flash or SVG chart? If not, are there any plans to introduce such a chart type in the future releases?
    Regards,
    Dev

    Dev,
    I don't think you can do that using standard Flash or SVG. However, you can do this
    using my XML Chart Package
    http://htmldb.oracle.com/pls/otn/f?p=31517:58
    and the instructions given on
    http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Composite
    You can modify the package to do that for you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • How do I transfer contacts from iPhone4 to macBook Pro?

    How do I transfer the contact list from my iPhone to my Mac?  I'm assuming that I can then move them to their respective group(s) and then re-synch to put them in their groups on my iPhone?

  • How to navigate with the keyboard in album view?

    Hello Is there a better way to navigate through the albums and then select/control tracks within an "open" Album in Album-View without using the mouse than what I am trying to describe below? iTunes is idle. switch to album view (shortcut to switch v

  • Mail certificate decryption error after update

    Hello, after installing the "Mac OS X 10.6.3. Supplemental Update" Mail stopped decrypting mails encrypted with S/MIME certificates. Everything worked fine before, my other macs still work fine. I tried to re-import the certificates, i used newly gen

  • How does or why doesn't Hyper-V Export work?

    I have tried to export a Hyper-V session in my main computer, Intel Core i7, 32Gb RAM, Intel Mobo, to a 128Gb USB RAM drive (72Gb free) and get the following: This also happens when trying to export the Hyper-V session on my 128Gb Surface PRO 2.  I r

  • Any BADI or Exit for Tcode CAA1?

    Hi, I would like to know is there any exit or BADI for transaction - CAA1 ? I need to check whether contract Account category and Business partner type are matching (from custom table)  when we create contract account in CAA1 transaction. Please let