CR4E Chart Axis Label

I have a report developed with Crystal Reports XI Standard that includes a chart. The axis labels for the chart have been set (via Edit Axis Label) and appear correctly in preview mode of the Crystal Reports XI designer (e.g. "District" instead of "Sum of StateReportsView.District").
When this report is exported to a PDF file via a Java program (using Crystal Reports for Eclipse), the axis labels revert to their original values (e.g. appear as "Sum of StateReportsView.District").
Can the axis labels be set before exporting the report via the JRC API?
Or is there some way to save the axis labels to the report using the Crystal Reports XI designer?
Thank you...

Thanks so much for following up on this. To clarify, converting month numbers to names is nice, and I did that using the specified order suggestion, but it doesn't effect the order of say, May, when Jan thru Apr are missing, and in fact created other issues of data misintrepatation I didn't bother resolving at the time.
I suppose the best solution would be something that supplies a placeholder for blank months, so that the Jan-Dec order remains constast and the data graph bars appear in appropriate months, Jan-Apr no bars, May-Dec with data generated bars.
Does this help?

Similar Messages

  • How do I rotate chart axis labels?

    Trying to rotaet chart axis labels for the x-axis, but would like to know the same for the y-axis too. Know the solution for a text box, but doesn't seem to work for the axis labels.

    Hi Martin,
    The solution is the same for X and Y labels. Select the labels and then set the rotation angle, either in the Format Bar or in the Metrics Inspector.
    Jerry

  • How to display PIE chart Axis label horizontally?

    Hi
    Currently my PIE chart axis label is displying in 2 lines. How make it to display in one line?
    Thank you

    hi,
    For Pie chart there will be no X-axis or Y-axis terms generally.
    Label/Text could be one of the following.
    Title?
    or Sub Title?
    or Foot note?
    Right Click -> Format Title . Reduce the font size such that it fits into a single line.
    Regards,
    Vamsee

  • Chart Axis: Label Renderer pixel width

    Am using custom label renderer for Chart Axis labels.
    CustomLabelRenderer extends label
    override   public function set data(value:Object):void
     if(value is AxisLabel){
    dataValue = String(value.text);
    else{
    dataValue = String(value);
    I would like to get the Width of the Label component in PIXELS on runtime.
    Can you please tell me how I can get the pixel width of the labels that gets updated when user changes the screen resolution.
    Please let me know ASAP.
    Thanks

    See this example and the related thread:
    http://apex.oracle.com/pls/otn/f?p=31517:222
    Basically, you need to customize the chart XML. That is quite easy to do.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Editing chart Axis label

    Hi. I have a report where one chart repeats one time, and in Preview, I am able to click on the Axis label and find an option to Edit the label, where I define 1 - 12 as Jan - Dec. However, another chart repeats for 80 or so pages, thus I can't use Preview to edit the label as it effects one chart at a time. Is there a place to edit axis labels in Design?
    Thanks!
    Robin

    Thanks so much for following up on this. To clarify, converting month numbers to names is nice, and I did that using the specified order suggestion, but it doesn't effect the order of say, May, when Jan thru Apr are missing, and in fact created other issues of data misintrepatation I didn't bother resolving at the time.
    I suppose the best solution would be something that supplies a placeholder for blank months, so that the Jan-Dec order remains constast and the data graph bars appear in appropriate months, Jan-Apr no bars, May-Dec with data generated bars.
    Does this help?

  • Chart Axis Labels Not Always Accepting Style Properties

    I have two charts as seen in the following screenshot and in one my style properties are taking effect, in the other the style font size is not taking effect for one of the axis.
    I have this CSS which I know does affect some areas of both charts:
    BarChart, ColumnChart, PieChart, LineChart, Series, ChartItem, PieSeriesItem, AxisRenderer, ChartLabel
        font-size: 16;
    I also have axis renderers defined:
    <mx:horizontalAxisRenderers>
        <mx:AxisRenderer axis="{lineHorizAxis}" fontSize="16"/>
    </mx:horizontalAxisRenderers>
    <mx:verticalAxisRenderers>
        <mx:AxisRenderer axis="{lineVertAxis}" fontSize="16"/>
    </mx:verticalAxisRenderers>
    The left chart where axis labels are styled properly has 10 data items coming in, and the right chart has 6 items coming in.
    I don't know why the axis font size is being ignored in one case, but more importantly, how can I prevent it from being ignored (even if it is due to longer strings, in case that may be related).

    Just wondering if anyone has any ideas on how I can get around this.
    I'm guessing I need to override AxisRenderer, but all its relevant methods are private.
    Should I create a label factory instead?

  • Charts - Axis Label

    Post Author: jsegreti
    CA Forum: Charts and Graphs
    How do I set the axis labels other than using the chart expert?  And if the chart expert is the only way, how do I change it from the default?  Thanks for the help!

    Post Author: jsegreti
    CA Forum: Charts and Graphs
    Yes this was helpful but I need to format dates that are displaying on the group line (x axis).  In some cases I only need to show only the hour  as in 12 (for 12 PM)  and not 12/20/2007 12:00:00 PM.  Can you help me on this?  Thanks

  • 15 character limit with bar chart axis labels

    Hi,
    Does anybody know how to display axis labels that are larger than 15 characters? Is there something that you can do with the CSS to increase the limit?
    - edgar

    Bounced.
    I have the same issue and have been unable to find a workaround.
    Ant.

  • Decimals in chart axis labels

    Hello,
    Is there a way to get Keynote 2.0.2 to display decimals in chart labels? If you create a chart with values between e.g. 0 and 3 (with decimals) and tell keynote to create 6 steps for the value axis (plain bar chart), then then marks are 0 1 1 2 2 3 3 (so no halves or so).
    I can find how to put the values inside the bars themselves with as many decimals as I want, but not on the axis... Any tips?
    Thanks,
    Jonas

    I've modified chartviewmessages.xml :
    <WebMessage name="kmsgChartViewBillionsAbbrev"><TEXT>Billions(G)</TEXT></WebMessage>
    and got same GUI as in your image - as I desired - the presentation to the report creator is changed.
    The problem is that in the chart itself, in the Y axis, I still getting 'b' instead of 'G' next to the numbers.

  • Chart axis labels unreadable

    How do I control the chart label font size to keep it from
    becoming unreasonable? I have a ColumnChart with 2 or 3 dozen
    columns and when I let flex autosize them, the labels become
    unreadable. I don't want to force the font to a certain size if
    possible, but just keep it from going microscopic. The labels are
    also very long so they had to be rotated vertically. Here is the
    relevant code:

    "Cr99" <[email protected]> wrote in message
    news:g8kbff$mjj$[email protected]..
    > How do I control the chart label font size to keep it
    from becoming
    > unreasonable? I have a ColumnChart with 2 or 3 dozen
    columns and when I
    > let
    > flex autosize them, the labels become unreadable. I
    don't want to force
    > the
    > font to a certain size if possible, but just keep it
    from going
    > microscopic.
    > The labels are also very long so they had to be rotated
    vertically. Here
    > is
    > the relevant code:
    Have you looked at this example:
    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_02.html
    The labels are not rotated, but it looks like they're picking
    up the styles
    just fine. You may find that you can avoid the need to embed
    the font by
    setting the blendMode on the labels, but that will probably
    require
    extending ChartLabel. However, it might help if the rotation
    is interfering
    with the styling.
    HTH;
    Amy

  • How to edit axis labels in CR charts for crosstab report?

    I have a crosstab report created from tha table where column names havie sort order attached to it as 01_Jul FY10, 02_AugFY10 etc and I am able to remove it  in format field dialog box using dispaly string formula editor. So I am to display columns in specified order. but when I create chart , axis labels display column name with sort order. Is there a way I can remove sort order from column names while displaye in the chart and the legend entry box.
    Help on it is highly appreciated.
    Fizza

    Carl answered this one already

  • Axis label alias names being dropped in CRDC only

    We have a report containing a pie chart that has alias names assigned to the pie chart legend (axis labels).  The report is saved with data and when refreshed in CR designer, the alias names are retained and display correctly.  When this report is published and viewed in Crystalreports.com (CRDC) the alias names are also retained and display correctly.  However, once this published report is scheduled and refreshed in CRDC, the latest instance shows the pie chart legend without the alias names.  This effectively renders the pie chart useless as the pie chart legend values are cryptic, very long and scale too small to read.  So, my question is, why are pie chart axis label alias names retained when refreshed in CR designer, but dropped when refreshed in CRDC and how can we address this?  
    thanks

    I just tried to reproduce this using both CR 2008 and with CR XIr2 to build the report and was not able to reproduce. CR.com kept my defined Axis label.
    Is this something you see on other reports or just this particular report?

  • Showing one data point on a line chart - X-axis label placed away from its actual position

    Hi Guys,
         In line chart, i used CircleItemRenderer to show single data point. It shows correctly if it is single data point. But the x-axis label placed away from its actual position. Right now it displayed left most position where the line chart starts. I need to move that label straight of that datapoint where it plotted.  Please see the screen shot attached with this post.
    In screen shot, x-axis label "Jan" displayed in left most position.
         And how can we show the datatip for single datapoint. At present, we can't able to see the datatips also with single datapoint.
         Can any body help me to fix those two issues.

    I figured out a way to customize a single datapoint in a line series.  The solution is at this link:
    http://www.flexdeveloper.eu/forums/flex-charting/customize-a-datapoint-in-a-line-series/

  • Stacked bar chart with custom x axis labels

    Is there a way to build this simple chart in labview that I did in Excel?  I need to have many x axis labels and there could be from 5 to 100 of them depending on the data set. 
    Attachments:
    Excel.JPG ‏33 KB

    Hi id,
    Thank you for your response. I hope you are doing well.
    There is an example in the LabVIEW Example Finder (Help>>Find Examples..). It is titled, Stacked Bar Graph. You can search for it if you switch tabs in the Example Finder window. This should help you create a stacked bar graph. To help you with your veritcal axis labels, here is a knowledge base link that details the process:
    How Can I Customize the X-Axis Labels On My LabVIEW Graph/Chart So They Appear Vertically?
    http://digital.ni.com/public.nsf/allkb/1F7C1B089E4​5908E86256C8C0051894A?OpenDocument
    Let me know if these examples help.
    Best regards,
    Anna L
    Applications Engineer
    National Instruments

  • Display Column Chart Y Axis Labels in Kilo(K), Million(M)...

    Hi Folks,
    I would like to display the Y-axis labels of a column chart in Kilo, Millions etc. I used the below mentioned formula in excel for that set of data. Here is the formula [>=1000000]0,,"M";[>=1000]0,"K";0
    Though in embedded excel it displays the values as desired, when I assign them to the column chart in Xcelsius the Y axis labels are not as expected. For Kilo it works fine but when it comes to millions it is not displaying accordingly. Any help is appreciated.
    Thanks,
    Sukumar

    Hi Sukumar,
           If You want to display the Y Axis Labels like Kilo(k),Million(M),Billions(B)...etc.Do the following things ,
            goto column chart properties->behaviour->scale in that Enable the Fixed Label size checkbox.
    Regards,
    Ramana

Maybe you are looking for

  • How to generate sql script based on table structure

    I want to generate a sql script based on a table structure. For example: if the table is: cid id c_value 1 1 zz 2 1 yy 3 2 zz 4 2 xx 5 3 ss 6 3 tt The expected output is: WITH CHILD_tab as ( SELECT 1 cid, 1 id,'zz' c_value from dual union all SELECT

  • How to import 2 users in a single import command?

    I created 3 users in a tablespace & exported 2 users seperately. How would i then import 2 users in a single import command? I also tried exporting both the users to a single dump file ,both the users & its tables were exported successfully without a

  • Firefox free download will not load on the firefox page

    when I go to firefox page to download firefox the green box is not there and will not load so I am not able to download firefox on my desktop. i have tried everything to have it load. I am trying to get rid of ie!!!

  • No print function available

    When using iCal, I have tried to use the print function by using File>Print and/or Cmd-P, but I get no dialogue box. I'm using a Brother DCP7020 printer. Any ideas on what's up?

  • What is the best option

    Hi, I am looking for a wireless hard drive to use with Windows Vista that; 1. I can access wirelessly when at home, and 2. I can also access over the tinternet when away from home. Is the Time Capsule the only option and the best option? Thanks