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?

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
    -------------------------------------------------------------------

  • 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?

  • 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

  • CR 2008 - Chart legend label issues when run on CR Server 2008

    Hello all,
    I have built a report in CR 2008 SP4. When I run the report locally everything is okay. In this report I have a chart which performs a count on {Command.Incident_ID}. The label for this count comes out as "Count of Incident_ID" in the legend. I then right click on this legend entry, edit the axis label and change it to something more appropriate.
    When I upload this report to CR Server 2008 v0 or CR Server 2008 V1 SP3 the report does not function properly. The chart label gets produced as Count of Command.Incident_ID instead of the label I specified. I believe this is due to the CRS attaching the Command. header to the Incident_ID. It no longer matches up with what I specified during design.
    Now I've gone back to older reports that I built and I can see that I did not have this issue before. I've recently upgraded to CR SP4 and Windows 7. I really feel like this is probably some option/setting on my designer side that I need to mirror on the server, however I have been unable to locate any information. Any help you can provide would be greatly appreciated!
    Thank you!

    After some testing the issue seems to be related to having SP4 installed.
    When I reverted back to SP0, or SP3 it worked fine, but under SP4 it seems to drop the table reference and thus not use the correct alias for the legend names.

  • 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?

  • Duplicate y-axis labels on charts for small data values -- is this a bug?

    Hi,
    I have several charts where the data values are small (1,2,3). The y-axis labels are duplicated for these charts. For example, if the data value was 2 the y-axis labels display as 0 1 1 1 2 2 2. I know that I can manually set the maximum y-axis value and also set the segments on the chart to eliminate the duplicate values. My issue is that I have over 100 charts in my dashboard and I have to manually set the values each month, and then in the next month when the data values are larger I have to remove the maximum y-axis value so the y-axis value is dynamically created. Is this a known bug within the software? Is there any fix for this besides what I'm already doing?
    Please let me know if anyone else has seen this issue and if this is a bug, or if this has been corrected in any fix packs.
    Thanks!!

    Hi Jim,
    I have data for three months in the data range A1 to B3 as given below -
    Jan - 1
    Feb - 2
    Mar - 3
    In Cell D1 write a formula =MAX(B1:B3)+1 (This will give you value 4)
    Go to Chart property -> Behavior -> Scale -> Manual (Y) Axis ->  Minimum 0 and Maximum will be pointing to cell D1.
    Go to Chart property -> Behavior -> Scale -> Division -> Size of Division 1 and Minor Divisions 1
    This will give you Y Axis values as 0,1,2,3,4
    Now change value of any month to 5.  Now value in D1 would become 6 and Y-Axis would change to 0,2,4,6.
    Hope this helps.
    Rashmi
    Edited by: RashmiG on Jan 8, 2010 4:45 PM

  • Pivot chart vertical axis label show percentage

    Hi All,
    I have a pivot chart showing percentage of the row. the vertical axis label can only show 0, 1, 2; I change it to specify value with 'Minimum' 0 and 'Maximum' 1.
    Wondering how to show vertical axis label with minimum 0% and maximum 100%, instead of 0 and 1.
    Thank you,
    Ling

    Hi lets try once like this,
    In Pivot table go to edit view-Position-Graph only-Edit graph properties-click on scale tab-Axis Limits-in drop down list select specify. Here u can select minimum and maximum scale.
    Please mark if it help you.....

Maybe you are looking for