Crystal 11 Stacked Area Chart Data Start Point X-Axis

I am trying to create a Stacked area chart and by default there is space between the y-axis and the first data point on the x-axis. Is there any way to eliminate this space so that the first data point appears directly on the y-axis?

I found the answer to my question. Uncheck the box "Value Axis Crosses Between Groups" in the "Group (X) Axis Settings" dialog box.
Edited by: Chuck Gebhardt on Oct 14, 2011 12:28 AM

Similar Messages

  • Stacked area chart with start and end dates

    Hi,
    I'm trying to create a stacked area chart from values that have a start date and an end date. I'd like the area to be drawn as a sum of the values at each x-axis date interval. So if I have data like:
    Start              
    End               
    Value
    2013-01-01      2015-01-01     
    100
    2013-09-01      2014-01-01     
    200
    2013-01-01      2016-01-01     
    300
    What I need is to have the chart show the area y-axis at 400 from the start up to 2013-09-01 where it would rise to 600. At 2014-01-01 it would drop back down to 400 and at 2015-01-01 it would drop to 300 until the end.
    Is this possible without calculating the sums for each date beforehand?

    Hi Erba,
    According to your description, it seems that you need add Start and End fields with the same level (without group relationship) to the x-axis in stacked area chart. As per my understanding, we couldn’t add multiple fields in one group at the same level.
    So in order to work around this issue, we can modify the dataset to combine the Start and End field into one filed, then add the new filed to x-axis. For more details, please refer to the steps below:
    Modify the dataset with the following query statement:
    select Start as date , Value as value
    from table_name
    union
    select [End] as date, (0-Value) as value
    from table_name 
    Drag a Stacked Area Chart to design surface.
    Insert value field to Values pane, then modify it with the expression below:
    =runningvalue(Fields!vlaue.Value,sum,"DataSet_name")
    Insert date field to Category Group pane.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal Report 2008 Area Chart Data Label Problem

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

  • Date Axis Stacked Area Charts

    Hi,
    I'm just evaluating the full version of Crystal Reports 2008 having had some frustrations with the design restrictions in the basic version that ships with Visual Studio 2008. Particularly important to me is the design features for charting data. A lot of the charts I need to build have daily data points and the dates for these data points are represented as labels on the X axis. My problem has been that when you try and build a report with several months or more worth of data points the X axis is getting way too crowded even to the extent of being unreadable with overlapping labels. I've noticed in the full version that there is a date axis chart type whereby you can alter the scale of the X axis e.g. to only show a date at a frequency once per month or greater resulting in the X axis being readable. This seems to work great for line charts etc, however one of the charts I need is a stacked area chart and unfortunately I can find no options / chart types that allow me to scale the dates on the X axis. I've seen there is a date axis chart for area charts, but there is no option of having this chart type as stacked. I know you can also skip data labels in X axis group options, but the max I can skip is 2 and so that doesn't really help me either.
    Is there any way of achieving a stacked area chart with a scaled date axis in Crystal Reports 2008? If not it seems to me that the lack of this feature is a real omission from the product. Even Excel charts can handle this type of chart and I would imagine Crystal Reports charts should be more advanced in its charting capabilities.
    Any help or recommendations would be appreciated.
    Kind Regards,
    Mark

    I have run in to the same problem.  I work for a systems integration company and I purchased this software because I have a lot of crystal reports and .NET experience but I have very minimal crystal chart experience.  I need to use the charting to display data over time collections.  I need to show all data points collected but for some series that I deal with I need to be able to scale the x-axis labels to something that is legible.  There is an aftermarket package(CRReports3.5) for $500 more dollars that would enable me to control this but it seems like alot more money for a small piece of functionality that should already be built in.  I have Crystal Reports 2008 and am working with visual studio 2008 can someone please tell me is there ANY WAY to achieve this functionality without purchasing additional software?  Otherwise this software purchase was worthless for my current project.
    Regards
    Dave Bedo

  • Problem with Stacked area chart

    Hi all,
    I'm working on delivery data according to month having input(combo) as the year. I'm trying to display the data in percentages in Stacked area chart having series as ontime delivery, 1 week late, 2 weeks late,........5 weeks late and category labels as months. The problem is when I take the Preview of data I get to see the data for ontime, 1 week , 2 week as it should be but when I hover the mouse over the 2 weeks data area  mouse over values shows 5 weeks data(0 %) where as in reality the colored area belongs to 2 weeks data. I tried to delete 5 weeks series data and now it shows as 4 weeks data.
    What could be the problem ?
    Thanks

    >
    Raghavendra Gadhamsetty wrote:
    > Did you try adding the formula year(datefield) in X axis by removing the existing datefield?
    >
    > Regards,
    > Raghavendra
    Thanks for the answer regarding dates. I'm still awaiting an answer on the following part of my question:
    "My problem is that I am trying to configure a stacked area chart to show various related financial figures over the period of a year or more. My problem with a regular stacked area chart is that because of the large number of data points (daily) the X axis becomes far too chaotic with the large number of labels. The obvious option seems to be to use the "Show time scale" option in axis settings, however when you chose this option the "Date axis area" chart type is automatically chosen and this chart type doesn't seem to allow stacking. Can anybody help?"
    Thanks in advance for your help.
    Kind Regards,
    Mark

  • Ordering of values in Stacked Area Chart

    I have a stacked area chart that I want to order the stack from highest to shortest based on the last year.  The area chart has years and schools on the x axis and count one the y-axis.  I want to stack based on the last year of the school count.
    When I order it in the chart expert, it seems to pick the first year as the criteria to order the stack.
    Is there a way I could use some type of formula or something.
    Thanks in advance.
    Eric

    Hi Eric,
    As a static solution, you could use specified order.
    In the Chart Expert, when you select your field located in the "On change of" list,
    and click on the button "Order", you can change the order to: "in specified order"
    Another static solution could be to actually create a formula like:
    If {My Database Field} = "My Value 1" Then
         1
    Else If {My Database Field} = "My Value 2" Then
         2
    Else If {My Database Field} = "My Value 3" Then
         3
    Then use the formula on the chart, instead of the database field.
    And on the Legend, it will display the number like: 1, 2, 3,...
    You can then replace the text on the legend by text object with the right heading, or manually create a legend with text objects.
    Note that one thing to be careful of, it's if for one group, not all the subgroup are present, then the order will not be retained.
    For example:
    If I have on my chart the following:
    - Country
    - Product
    With a summary on sales amount.
    If I have the following data:
    Canada
         - Product 1
         - Product 2
         - Product 4
    USA
         - Product 1
         - Product 2
         - Product 3
         - Product 4
    Then despite we set a specified order of:
         - Product 1
         - Product 2
         - Product 3
         - Product 4
    The chart will display the order of:
         - Product 1
         - Product 2
         - Product 4
         - Product 3
    This is happening because the first group on the chart doesn't have all the products, and it will use the element of that sub-group to order the information.
    If you know that your data set may not have all the data for a sub-group used on the chart, then none of the above suggestion will work for you, unless you write a stored procedure, or a command object that always returns all the subgroup elements, or you use a subreport technique which is described in the sample report provided in the following knowledge  article:
    1245204 - Date range in Chart for Crystal for all dates not just those dates with data
    The Knowledge Base Article refer to dates, but the same technique applies for any type of data.
    Hope this help!
    Patrick

  • Area charts vs stacked area charts

    Hello,
    Once again, I think that I have missed something. I can use the area chart component to create a chart with  2 series of data. It looks just like the one I created using the stacked area chart component. I would think that there would be some difference betwwen the 2 chart componens, but I can't see what the difference is, so I'm hoping someone can tell me.
    Thank you
    Tracy

    for the normal chart you have every series in column, but in the stacked chart you have all the series within one column and every series start to count after the pervious one values.
    good luck
    Amr

  • Crystal Report Stacked Bar Chart by Time

    Does anybody know how to do the following:
    Each input record represents an operation scheduled for tomorrow - each record contains following fields.
    Operating Room Number,
    Operation Case Number,
    Scheduled Start time of Operation,
    Scheduled End time of operation.
    Sample data would look like this:
    OR Room , Case, Start Time, End Time
    1, A, 7:30 AM, 10:30 AM
    1, D, 11:00 AM,1:00 PM
    1, G, 1:30 PM,  5:00PM
    2, Z,  8:00 AM, 10:00AM
    2, X, 11:00 AM,  2:30 PM
    Chart should show time of day on y axis, and operating room on x axis.
    Each operating room on x axis should have a stacked bar representing the start/end time of each operation.
    example or first column follows (ignore the dots)
    07:00......__
    07:30......|...|
    08:00......|...|               
    08:30......|...|
    09:00......|...|
    09:30......|A.|
    010:00....|__|
    10:30..... __
    11:00......|...|
    11:30......|...|
    12:00......|D.|
    12:30......|__|
    01:00...... __
    01:30......|...|
    02:00......|...|
    02:30......|...|
    03:00......|...|
    03:30......|...|
    04:00......|G.|
    04:30......|__|
    05:00
    .............OR1........OR2

    I think what you are looking for is
    Gantt chart
    A Gantt chart is a horizontal bar chart often used to provide a graphical illustration of a schedule. The horizontal axis shows a time span, while the vertical axis shows a series of tasks or events. Horizontal bars on the chart represent event sequences and time spans for each item on the vertical axis. You should use only date fields when creating a Gantt chart. The field you choose for the data axis should be set to "For Each Record," and the start and end-date fields should be added to the "Show value(s)" area of the Chart Expert's Data tab.
    OR
    XY Scatter
    An XY Scatter chart is a collective of plotted points that represent specific data in a pool of information. The XY Scatter chart allows the user to consider a larger scope of data for the purpose of determining trends. For example, if you input customer information, including sales, products, countries, months, and years, you would have a collective of plotted points that represents the pool of customer information. Viewing all of this data on an XY Scatter chart would allow you to speculate as to why certain products were selling better than others or why certain regions were purchasing more than others.
    You can look at some of the examples at this url and then try to create them
    [http://www.recrystallize.com/merchant/threedgraphics/CRChart.htm|http://www.recrystallize.com/merchant/threedgraphics/CRChart.htm]

  • Stacked Column Chart Data Labels Not Appearing

    I am using SetSytle in Actionscript to make the data labels in a stacked column chart appear inside but it's not working.
    A portion of the code I am using to create the chart is below:
                    //initialize column set for stacked columns
                    var colSet:ColumnSet = new ColumnSet();
                    colSet.type="stacked";
                     for each(var node:XML in _chartDP){
                         var k:int = 0;
                         //skip zero datapoints
                         if (parseInt(node.toString()) != 0) {
                             //if measure node does not exist, add as series
                             k = uniqueYCat(node.attribute("BillTo"));
                             if (k == -1){                                                        
                                    // Create the new column series and set its properties.
                                    var localSeries:ColumnSeries = new ColumnSeries();
                                    localSeries.setStyle("labelPosition","inside");
                                    localSeries.dataProvider = dataArray;
                                    localSeries.yField = node.attribute("BillTo");
                                    localSeries.xField = "ConfidenceStatus";
                                    localSeries.displayName = node.attribute("BillTo");
                                    localSeries.setStyle("showDataEffect", ChangeEffect);
                                    // Back up the current series on the chart.
                                    var currentSeries:Array = chart.series;
                                    // Add the new series to the current Array of series.
                                    currentSeries.push(localSeries);
                                    //Add Array of series to columnset
                                    colSet.series.push(localSeries); 
                                       //assign columnset to chart
                                    chart.series = [colSet];
    After some more research, I put a breakpoint inside ColumnChart.as in the following function:
        mx_internal function getSeriesLabelPos(series:Series):void
            if(series is ColumnSeries)
                var columnSeries:ColumnSeries = ColumnSeries(series);
                var position:String = columnSeries.labelPos;
                if(position == "inside" || position == "outside" || position == "none")
                    _needLabels = true;
            else if(series is ColumnSet)
                var setSeries:Array /* of Series */ = ColumnSet(series).series;
                for (var i:int = 0; i < setSeries.length; i++)
                    getSeriesLabelPos(setSeries[i]);
    the following line: var position:String = columnSeries.labelPos;
    returns postion as null. It looks like the setStyle is not passing the correct value to this function.
    Any ideas as to what is going on?

    chart appearance is controlled by xml files located in
    {cfroot}\charting\styles. the file for bar charts is
    default.xml
    you will want to:
    1) copy thisfile to your site's root or some other folder
    (i.e. same
    folder that the page displaying your chart is in)
    2) edit the file and change isHideOverlapped attribute of
    labelStyle
    property for xAxis to "false"
    3) point the STYLE attribute of your cfchart tag to this new
    file.
    hth
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • BIP 11.1.1.7 - Stacked Bar chart data label not visible in pdf

    Hi all,
    I have a report built with the online editor. This contains a stacked bar chart with percentage values in a repeating section and I made the property DataVisible=true.
    When I view the report in interactive mode it all works: I can see the data label for every value of the parameter but when I view in any other format (PDF, PPT, ecc..) the data labels are visible in the first chart (for the first value of the parameter) while in the other charts they aren't. This doesn't happens for other types of chart, for example with a pie chart.
    Can someone help me or tell if it is a bug?
    Thanks,
    Micaela

    Hi Mitalee,
    Would you please check the PAM at https://websmp108.sap-ag.de/~sapidb/012002523100018972812014E
    On page 11 it says 64 bit IE11 is not supported; is your IE11 32 bit or 64 bit?

  • Crystal Reports 2008 Pie Chart Data Labels

    Hi,
    I've been trying to figure out why I cannot get the option to put pie chart data labels in the center of each slice.  There's an option to place them there, but everytime I select it, the graph reverts to putting the data labels on the outside with leader lines.  I was able to do it once, for one pie chart, but have not been able to get it to work for any others.  I've even tried creating a pie with only two slices in case there's a slice size limit below which the data is placed outside.  There doesn't seem to be any rhyme or reason why it worked once and now won't work again.
    Thanks,
    -Jim
    Edited by: jwmckay on Apr 23, 2010 7:19 PM

    Hi Jim,
    The issue could be faced because of the 'Auto-arrange' layout option enabled from Chart Expert within the report.                                                                               
    This option allows Crystal Reports to reset the chart layout to its original size and position  
    To uncheck the 'Auto-arrange option':                                                                               
    - First Go to Chart Expert-                                                                               
    - Click on the Options Tab                                                                               
    - Uncheck Auto - Arrange                                                                               
    - Click OK                                                                               
    I hope this helps,
    Selenia

  • SAP Dashboards - Area graph- Data values display - x-axis 1st value is not showing

    Hi
    Not able to show the first data value in area graph. 2500 is not showing in the chart...remaining values able to display...
    Kindly let us know, is there any specific setting to be done....

    Hi sunil,
    Your question has the answer. When we display same data in line chart or bar chart, you have the space to start displaying the value. But in this case the area chart will accumulate the whole chart to show the lagging & leading data from the start to end, so you cannot view the initial value to display.  If this chart doesn't suits your requirement you can go with other charts.
    The workaround will be like, if the month's are static like will you be displaying all twelve months in this chart then i would request you to take twelve text components in top of the chart or in any comfortable space where you can bind those value.
    Hope this information is helpful.

  • How to dynamically display data labels in area chart

    Hello, everyone,
    I have an stacked area chart with the data set as follows:
    Values: sales
    Category Group: date
    Series Group: products
    Now I have an requirement to display the data labels in the chart for the top 3 products with the highest sales within a certain time period (based on the date parameter). E.g. product1 in the product 1 area, product 2 in the product 2 area, etc.
    Is this possible? If so how do I go about doing it?
    Your help is much appreciated
    Kind regards

    Hi QQFA,
    According to your description, you have a stacked area chart. Values is sales, Category  Group is date, and Series Group is product. Now you want to show only top 3 products which has the highest sales data labels for each date.
    In SQL SERVER Reporting Service, we can achieve this goal by using expression in Series Label Properties setting. I have tested it on my local environment, you can follow these steps below:
    Create a new DataSet(name is “top3”).
    Select use a embedded dataset in my report and put
          “ select * from(
          select Product,Sales,[Date],
          ROW_NUMBER() over (partition by [Date] order by Sales desc) as rn
          from #temp)
          where rn<4 ”
        into Query.
    Right Click on your chart, select “show Data Labels”.
    Right Click on any label that just appeared, select Series Labels Properties .
    Click the “fx” next to Label data textbox.
    Type the expression below into Set expression for Label :
         “=IIF(InStr(Join(
         lookupset(Fields!Date.Value,Fields!Date.Value,Fields!Product.Value,
         "top3"),","),Fields!Product.Value)>0,Fields!Sales.Value,"")”
         (Ps: the “lookupset” function is only supported  in SQL SERVER 2008 R2 or later) 
    Click “OK”.
    Save and preview the chart ,as shown here:
    Now your chart will show you the top 3 highest sales product data labels in corresponding area.
    Reference:
    LookupSet Function
    Expression and Functions
    If you have any question ,please feel free to ask.
    Best Regards,
    Simon

  • Leopard 10.5.4 and Appleworks Starting Points

    I am a teacher and love using Appleworks 6.2.9 Starting Points Calendars but with my new Imac/Intel I can't seem to get it to work. I keep getting that file cannot be converted to an Appleworks document. Can anyone give me information as to how to get this to work?

    "I open AW, then go to File and plug down to Show Starting Points, click on it. Briefly I see the Starting Points box show up on the screen, then the screen shows up saying that file cannot be opened and do I want to report the problem to Apple. AW always quits at that point.
    This is a far different statement from your original "I can't seem to get it [AppleWorks 6.2.9 Starting Points Calendar] to work. I keep getting that file cannot be converted to an Appleworks document."
    If AppleWorks quits with a File cannot be opened" message while trying to open the Starting Points windows, that would indicate a problem with one of the files or folders in Starting Points. see below for some trouble-shooting steps.
    I have tried to start up Calendar Asst from the hard drive list and it bounces me out and says cannot open file, do I want to report the problem to Apple. The error message is the same whether opening it from AW or the hard drive. "
    This is normal behaviour. As I said earlier, the Assistants cannot be opened from the Finder, only from within AppleWorks. Trying to open an Assistant from the finder will result in the "cannot be converted" message you mentioned earlier. In AW 6, that means only from within Starting Points. (In the previous version Assistants and Templates were a menu item in the File menu.)
    Trouble-shooting steps:
    Qujit AppleWorks before each of these steps. At the end of each step, launch AppleWorks. If AW launches successfully, it indicates the problem lies within one of the folders/files removed during the step just finished; Go to "Successful launch?" If AppleWorks Quits with the same error message as before, continue with the next numbered step.
    1
    I would start with a maintenance step: Trash the contents of AppleWorks's Recent Items folder(s).
    Go to Mac HD > Users > yourname > Documents > AppleWorks User Data > Starting Points > Recent Items. Drag all or most of the items in this folder to the Trash. (The items are aliases to the named files. Deleting them has no effect on the files themselves.) Close the Recent Items folder.
    Create a New Folder on the Desktop. Name it AWUD, and drag all of the folders in AppleWorks User Data into the new AWUD folder.
    2.
    Create a New Folder, SP, on the Desktop. Go to Applications > AppleWorks 6 > Starting Points
    Drag the first two folders (Assistants and Backgrounds) into the new SD folder.
    3.
    Drag the next two folders from Starting Points into SP.
    4.
    Repeat step 3 until all Starting Points folders have been moved into SP.
    Successful launch?
    Quit AppleWorks. Return the folders you moved in PREVIOUS steps to their original folders. Leave the items you moved in the most recent step in the folder where you put them. Launch AppleWorks.
    A successful launch confirms the problem lies in one of the folders you removed in the most recent step.
    Quit AppleWorks. Return one of the folders to its original folder. Launch AppleWorks. Repeat with the remaining folder(s) until AppleWorks quits as before.
    Once you have located the folder containing the problem file, do a similar search of the files in that folder. Open the folder, drag half of the files it contains into one of the (now empty) new folders you created, then re launch AppleWorks. Put half the removed files back and launch again. Repeat until you locate the single file causing trouble.
    If it's one that you do not use, trash it. If you do want to continue using it, it will probably be necessary to re-install AppleWorks from your original disks.
    Regards,
    Barry

  • Area chart help/advice needed

    Hello fellow fexers,
    I am trying to create an area chart that has two series.
    The horizontal axis is a range from -12 to 12
    The first series charts data from -12 to 0 while the second
    series charts data from 0 to 12.
    What i am trying to do is have the first series fill the
    space above the line while the second fills the space below.
    Currently both series fill above.
    Does anyone know how to accomplish this? Is it
    possible?

    answer:
    the direction of the fill in an area chart is dictated by the
    axis range.
    If you have a range that causes the fill to be above the line
    but you need to create incidental series to create color areas in
    the chart you can set the yvalue of the incidental series to the
    lowest point on the y axis

Maybe you are looking for

  • Creating Dynamic Text Field for Flash CS3 in Illustrator CS3

    I've created a series of buttons in an illustration and made them into movie clip symbols in Illustrator. I then created some text fields for the button labels and assigned them as dynamic text in the Flash Text panel in Illustrator. When I import th

  • Another version of CC desktop is currently running. How do I fix this?!

    How do I fix this when I don't have this set up on another computer?

  • Elements 11 organizer stops working

    My elements 11 organizer stops working (not responding message)  or is very slow that is when it does'nt blue screen my PC. If I am doing anything else my PC runs fine but as soon as I try to open elements it crashes. I have tried running elements wi

  • How can I find the monthly .69 songs?

    I was in the Itunes store yesterday and found the monthly .69 songs. I went to look for them today and I can't seem to find them. I even tried looking up a couple of the monthly songs on their own and still no luck. Please Help!!!

  • Previous version of itunes available?

    Does anyone have a link or can you tell me where to get a previous version of itunes (preferrably in the 7.3 versions)for Vista. The only link I found was for different OS and said to go to Apple which of course doesn't offer the previous versions on