Chart - Legend Box Axis label

Hello Expert,
Could any one show me how to increse the width and height of "Legend Box".
Also if any one let me know how to increase the space between to labels on x Axis
Sagar

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

Similar Messages

  • SVG chart: length of axis-labels

    Apparently there is a limitation on the length of x- or y-axis labels for a SVG chart.
    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?

    Hi Jan,
    not sure you are on the same as I was... but found in other thread that on the series page there is maximum rows setting defaulting to 15.
    Hope that helps.
    ta
    alberto

  • Creating X/Y chart with X-Axis labels in between

    Hello all.
    I would like to create a Numbers 09 scatter/XY chart with the X-Axis labels between the gridlines instead of on them.   How can I do this with a line chart also?  Or, does thids format require a Combination chart?  If so, how can what I'm trying to create be made?

    I'll give you the basic steps. I might miss one or two along the way.  The basic steps are to create the chart, remove all the unecessary parts of the chart and set the fill color to none, create & format the table, slide the table under the chart, align the two, then lock them.
    Create a chart from your data. I said the chart above was a line chart but it was actually a scatter chart.
    I'd recommend making up a few "special" data points (overwriting a few points in your actual data for the time being) that you can use to align the table and chart.  In the chart above, I used something like (1.5, 0.1) and (30.5, 0.9), two points that should align exactly with the X & Y gridlines if the chart and table are properly aligned.
    Set the min and max for both axes.
    Size and place the chart where you want it
    Set the fill color to none
    Remove the value labels, gridlines, axes, etc.
    Create a plain table with the necessary number of columns and rows. The one above has 32 columns and 7 rows.
    Put the value labels in the table. I vertically centered the Y axis labels in the cells using the icon on the toolbar. I didn't horizontally center the X axis labels but maybe I should have.
    Make the table borders the color & thickness you want.  At this point, the X&Y axis labels will also have borders.
    Turn on Border Selection in the Table menu
    Select the borders you want to remove and change them to no line. You click on a border to select the entire thing then click again to select a segment. You can command-click to select multiple border segments. Be careful you don't miss when clicking or your entire selection will disappear. I recommend selecting & changing a few at a time
    Select the table and send it to the back using Arrange/Send to Back.
    Slide the table under the chart.
    With the entire table selected so that it has the little squares at the corners and sides, drag on the squares to get the table about the right size. Hold down Command when dragging to turn off snaps. Try it without Command and you'll see what I mean.
    Use the Table Inspector to fine-tune the row & column sizes so the table "gridlines" match the chart. You are trying to line up the gridlines with your two "special" data points. You might want to adjust the size of the chart some too.
    You can move the table around by dragging to get it close to where it should be. You can select the chart and use the arrow keys to move it pixel-by-pixel.
    You'll have to repeat the steps above until everything is aligned. Then you can get rid of those "special" data points.
    When it all looks good, lock the table and chart so nothing gets changed or moved accidentally.
    That was it off the top of my head. It comes out to alot of steps but once you've done stuff like this a few times it gets easy.

  • Chart - Adjust X-axis label orientation

    I have Crystal Xi version 11.0.0.1282.
    The labels on my X-Axis are oriented 45 degrees diagonally. Can this be modified?
    Thanks,
    Art

    select your actual chart label and right click,
    select rotation
    make a selection and click ok.

  • 2-d column chart, custom X-Axis labels

    Been looking through this forum and anychart's and did no t find an example of customizing a 2d chart in the following fashion..
    Data I have is month report data for a period of 12 months or more..
    Each x-axis item has a month & year label right now
    Customers are wanting the following accomplished:
    Show each month label, but for every 12th month period, show the Year centered for the period..
    I know it will involve custom XML, but for the life of me I am drawing a blank.. I looked briefly at some demos online (Hilary's I Believe and am not sure how to go forward)
    Sample Application posted on Apex.Oracle.com
    Workspace: Homeworld
    User: demo
    Password: demo
    App ID: 28970 - Percent in report issue
    Page : 5, Sample chart
    Thanks again folks!
    Tony Miller
    Dallas, TX

    Tony,
    Does this version of your SQL do the trick?SELECT NULL link,
           CASE
              WHEN TO_CHAR (date_charged, 'MON') = 'JAN'
              THEN
                    TO_CHAR (date_charged, 'MON')
                 || ' '
                 || TO_CHAR (date_charged, 'YYYY')
              ELSE
                 TO_CHAR (date_charged, 'MON')
           END
              datee,
           amount / 10000
      FROM (  SELECT *
                FROM test_chart_data
            ORDER BY date_charged ASC)Tried it in a new page (6) but the chart is not returning all 40 rows.
    Jeff

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

  • Bubble Chart with legend changes axis dimensions according to labels length

    I have a Bubble Chart with legend on the right. Data are by series and  the series are set  dynamically with a  drop down combo which replace the content of each series from time to time.  Every time the series changes, also the name of the series changes and the legend on the right  shows the new series names. The problem is that also the x axis dimension changes according to the new labels size, so the bubble chart changes its axis width in relation to the labels length in the legend. Is its possible to make somehow the bubble chart axis of a fixed lenght?
    Xcelsius 2008, SP4, Windows XP
    Thanks in advance

    Hi Matt,
    I just got a chance to try out your suggestions, and the
    chart that is right in the main application renders the labels
    fine, but the exact same code loaded in as a module doesn't. And it
    never does, not even if the scale changes. Do you know why that
    would be?
    Mukul

  • 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

  • SSRS Hide one data value label in chart legend

    Is it possible  to hide one value in the legend? I've got a stacked bar chart, but there's one value that I don't want to display in the Legend. Is it possible to hide this particular color and label in the legend?
    Thanks,
    Chris

    Hi Chris,
    Yes. In Reporting Services 2005, you could add a filter to hide one value label in the chart legend. This can be done with the following instructions:
    In Report Designer, open the chart properties dialog box and go to Data tab.
    Double click the item in the Series groups to open the Grouping and Sorting Properties dialog box.
    Switch to the Filter tab. Add a filter using the following setting:
    Expression: =Fields!<FieldName>.value
    Operaiton: !=
    Value: =”value”
    If you have any further questions, please let me know.
    Thanks.
    ***Xiao Min Tan***Microsoft Online Community***

  • How to display axis labels on both x and y-axis of a column chart

    hi,
     i have an urgent requirement of having axis labels on both x and y axis
    In x-axis i got it by sorting order also but in y-axis i'm unable to do
    i need in y-axis ,my column values are L1,L2,L3,----L10these shuold display in y-axis in sorting order and 0 in axis should remain as it is ..........how to take the interval ....? as of now i'm using Auto
    my y-axis values shud look like 0,L1,L2,L3,L4,----L10can anyone get perfect solution
    thanx in advance
    lucky

    Hi Lucky,
    Per my understanding that you want to display the values(Column1) like  "L1,L2,L3....L10" which comes from the "Series group" in the Y-Axis label and keep the row group in "Category group" to
    display in the x-axis and Numric column(1,2,3,4) in the "Value", right?
    Gernerally the lable display in the y-axis is automatically based on the value of the Numric column in the "Value" and it default is numbric labels.
    I have tested on my local environment and in your scenario, i suggest to hide the axis lable of the y-axis and create an tablix to only show the one column contains the values (L1,L2,L3,L3) to display in the place of the hidden y-axis label.
    Detais information about to design an new y-axis label ae below for your reference:
    Create an tablix to display only the row group of the "Column1" ( for the
    Column1 may have duplicate values, you can create parent row group for this column and hide the detail column by setting the "Column Visibility").
    Right click the y-axis to select the "Vertical Axis Properties" and select the "Labels" on the left pane to check the "Hide Axis labels"
    Select the Chart Area and in the properties set value of left=0 under the CustomPosition:
    Set the border style=None for both the Chart and Column1's row group
    Drag the tablix at the position near the hidden y-axis and set the size of both the chart and the tablix to make the value in the tablix row group(Column1) to be align with the y-axis label:
    Right click the "Chart legend" to delete or hide the legend
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • 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

  • 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, Legend and Title

    Hi,
    I am new to DIAdem, I have been struggling for too long so I have decided to ask for some help, I hope someone can help me.
    I am writing a script to plot a graph and add axis labels, Legend and Title.
    So far I have just been able to draw the graph but no success with the rest. I have found a few answers to my question but none of them work, I don't know why. I am using Diadem 2012 and this is my code:
    Can someone tell me how I make the changes I need?
    Thanks 
    Call PicDelete() 'Deletes all objects. Without this I won't show the curve but with it it deletes the Picloaded previously
    Call GraphObjNew("2D-Axis","New_2DAxis") 'Creates a new 2D axis system
    Call GraphObjOpen("New_2DAxis") 'Opens the axis object
    D2AxisTop =25 'Sets the position
    D2AxisBottom =30
    D2AxisLeft =20
    D2AxisRight =30
    Call GraphObjNew("2D-Curve","New_Curve") 'Creates a new curve
    Call GraphObjOpen("New_Curve") 'Opens the curve object
    D2CCHNX ="Y_Accel" 'Defines the x-channel
    D2CCHNY ="Strg_Angle" 'Defines the y-channel
    D2CurveColor ="red" 'Defines the curve color
    Call GraphObjClose("New_Curve") 'Closes the curve object
    Call GraphObjClose("New_2DAxis") 'Closes the axis object
    Call Picupdate

    Hi Leillo
    If you are using DIAdem 2012 you should use the new API. To get a starting point create the layout as you like and then open the corresponding dialog box and press CTRL-Shift-C. Then you have a lot of code in your clipboard, which you can past in you script editor and edit. The contents of the clipboard depends of the dialog box you opened.
    You can also select an object in Report and press CTRL-Shift-C
    For the new API you will also find tons of small scripts in the help, which shows you how to create labels, legend and titles:
    http://zone.ni.com/reference/en-XX/help/370858K-01/reportapi/objects/report_objects_irepaxislabelint...
    http://zone.ni.com/reference/en-XX/help/370858K-01/reportapi/objects/report_objects_irepcurvelegendi...
    Hope this helps
    Winfried

  • Using a formula as an axis label on an x-y scatter chart

    I have a report with an x-y scatter chart and I want to be able to use a Formula Field (called xAxisLabel) in the x axis label.  In the Chart Options | Title tab there is a place to enter the text you want for the X-Axis label, how do I include the Formula Field in this text.  I have tried the following but each time the text I've entered as the X-Axis label is displayed instead of the result of the Formula Field .
    @xAxisLabel
    So for example if the Formula Field xAxisLabel returns the text 'ng/ml' I want the x axis label to be 'ng/ml' not ''

    hi,
    You can't paste the formula field in Chart Options -> Titles tab.
    Workaround is
    Obviously, you need to empty the X-axis text.
    Adjust the "Chart Frame" height manually up such that some space is available at the bottom of the chart.
    Then Place a text box manually at the bottom of the chart and Drag the formula field into text box.
    Ensure "Can Grow" option is checked for that text box.
    Regards,
    Vamsee

  • Reporting Services Chart Legend Label

    I am creating a chart from analysis services cube data
    data is like this
    District            Year          Value
    A                    2001          10
    B                    2002          29
    (null)              2003           19
    The charts are creating fine but the legends are not showing fine. In series group i have also tried to use an expression to fix the null label.
    For null value the label is created as "Series 1". I don't want this to happen. for null value i want my chart legend to show as "State"
    Any help will be appriciated
    Regards

    Hi,
    You can use expression to achieve that. In series group, set the group on expression to be:
    =iif(Fields!<District>.Value is nothing, “State”, Fields!<District>.Value)
    Also, set the label expression to be:
    =iif(Fields!<District>.Value is nothing, “State”, Fields!<District>.Value)
    Hope this helps.
    Raymond

Maybe you are looking for

  • How can I lodge a complaint about Adobe Flash Player?

    How can I lodge a complaint about Adobe Flash Player? When I updated Adobe Flash Player this morning it also installed a McAfee scanning software without any warning or notification. I find this totally unacceptable. But I cannot find any information

  • JS/ScriptUI: placeholder madness

    I created this yummy text box entry placeholder for CS4 on my Mac: but for some reason this fails to draw correctly on Windows! If the edit box is active and the cursor is in it, the text is not drawn but the cursor blinks at correct position at the

  • Filenames of photos I send via Iphone to for example Outlook

    When I e-mail a photo from my Ipad or Iphone to my PC or MacBook the filename is always equal like image1 image2 image3. Next e-mail: image1, image2. So after saving photo's from e-mail one, I have problems with the namings of the photo's from e-mail

  • Video in cellular

    Hello, Is there a way to see the linksys´s cameras in my phone (BlackBerry or Iphone) all of the cameras in the same time or at least more of 2. Thanks,

  • Can't make a backup after changing directory structure

    Having finally seen the obvious light about restoring a backup I've found some of my directories to be messed up. Some a little and others a bunch. My first objective is to get a directory and its sub-directoried to agree as far as total file count i