Formatting Chart Axis

Is it possible to format the y axis on a chart to show
currency amounts instead of just numbers?
Thanks.

Each Axis has a labelFunction property which takes a function
as input. The provided function gets called to determine the label
of axis labels. One can format the string as required and return it
from this function.
http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/NumericAxis.html#labelFunc tion

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

  • Format Chart

    Hello Friends,
    Value axis in graph is displaying below mentioned values in webi report:
    100
    50
    0
    x
    y
    z
    But I am expecting below values without increasing graph hieght...Any idea please?
    100
    75
    50
    25
    0
    x
    y
    z
    Version using BI4.1
    Thank you,

    Hi Chriss,
    You can do it by changing the tick density mode to automatic or change fixed value in  tick density under value axis in format chart option. PFB screenshots.
    Regards,
    Nikhil Joy

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

  • Formatting Charts

    Hi all
    I have read a lot of posts and blogs now, and I am struggling to see how to format charts beyond the basic properties in the Design Studio user interface. Clearly we need to use CSS, but I am struggling to see how we identify the elements of a chart to apply the CSS to.
    I have seen posts that suggest using the F12 developer tools in IE and I am doing that, but what I am seeing does not relate to the posts in this forum.
    Please, please please could someone give me some instructions?  SAP seems to provided zero instructions so far.
    I have a custom style sheet that I am using to apply styles to text boxes, list boxes, etc so far. How do I identify the elements of a chart?
    Thanks
    Al.

    The following is an example of hitting F12 in IE after executing a Design Studio app. How would you work out how to identify the legend, to be able to define the font?
    Or even the colour? Someone in a post said:
              .chart1 g.v-m-legend g.v-label.viz-legend-valueLabel g.v-row path {fill: green;}
    Why does that start 'g.v-m-legend' and not something higher up the chain?
    Why was 'v-content' not included, or 'v-groups'?
    (and many more questions.)
    Any ideas please?
    Thanks
    Al.

  • Format Chart Context (Fly Out) Menu

    Post Author: stevek
    CA Forum: General
    Hello all,
    In my deployed CR 8.5 application the "Format Chart" fly out menu does launch any subsequent dialogs. When I select a chart and right click and hover over "Format Chart" the fly out menu appears with "Template", "General", "Titles" and "Grid" but nothing happens when I select one of them.I have the "sscsdk80.dll" deployed with the application.
    Any help would be greatly appreciated.
    TIA
    Steve

    I Found OSS Note that looks promising!
    Note 1119412 - Internet Explorer standard context menu displayed on chart

  • Problem replacing  chart axis title  with &string. syntax

    Apex 4.1.1
    Hi,
    I am having a problem replacing a chart axis title with substitution syntax &P5_MYFIELD., where P5_MYFIELD is an item with Source Type PL/SQL Function Body:
    begin
    return web_message.show('LASTNAME', 'dk');
    end;
    The Item is defined on the same Page as the chart in a different region. I can see that function is working ok, because the return value is displayed in P5_MYFIELD.
    There is a second item in an other region on the same page where the source value is defined with substitution syntax &P5_MYFIELD. It also displays the expected value. But when I use the string &P5_MYFIELD. as axis title it is not displayed.
    I also defined a field P0_MYFIELD on Page Zero with the same function, when I reference that with &P0_MYFIELD. as axis title on Page 5 the value is displayed correctly. I tried the same with a field on Page 1, &P1_MYFIELD. and it is displayed correctly.
    I think, the chart axis title must be substituted before the item P5_MYFIELD is executing the PL/SQL function body to get its value. Can anyone tell me why?
    We want to use string substitution syntax to translate all our labels in different languages. I would like to create hidden items with source type PL/SQL function body for all labels on a page and reference these values as label definitions. I would like to place them on the same page as the labels.
    Thanks
    Anne

    I started the application again and now also the Items are not displayed, only the message 'Label not defined', so I probably did something wrong with the computation. Why the correct values were shown during the first run, I do not know, maybe i did not logout in between.
    Here is the debugging information, but I cannot see any error message:
    0.02844 0.00038 Computation point: Before Header 4
    0.02881 0.00032 ...Perform computation of item: P5_CYCLE, type=FUNCTION_BODY 4
    0.02913 0.00060 ...Performing function body computation 4
    0.02973 0.00464 ...Execute Statement: declare function x return varchar2 is begin begin return web_message.show('CYCLE','de'); end; return null; end; begin wwv_flow.g_computation_result_vc := x; end; 4
    0.03437 0.00042 ......Result = Wurf 4
    0.03479 0.00046 ...Session State: Save "P5_CYCLE" - saving same value: "Wurf" 4
    0.03526 0.00027 Processes - point: BEFORE_HEADER 4
    0.03553 0.00027 ...close http header 4
    0.03580
    Edited by: Anne-Marie Rosa on Jun 8, 2012 10:09 AM
    Now the correct value is displayed again in the P5_MYFIELD, because I had to set the item source back to PL/SQL Function body, but I am still getting the chart error and the chart is not displayed.
    Edited by: Anne-Marie Rosa on Jun 8, 2012 10:17 AM

  • Urgent: Chart Axis with Min, Max, Help needed.

    Hi guys,
    I am rushing on a report submodule in our application, which will go on live in a short time. We need to have charts which use min and max value from the table and calculate the appropriate interval as the scale of the axis, instead of the default interval.
    I also tried to put page items into the Min&Max in the chart attributes, but always got the error message that asks for a number.
    I have searched the forum and the conclusion I can made now, is that HTMLDB does not support parameterized value for chart axis.
    So, my question is: if I have to do it manually, how should I do it? I don't have much experiences in pl/sql, so really need some help here.
    Any input is appreciated.

    Does anybody know whether a chart can be built on a collection? I've tried but didn't succeed.
    If somebody has experiences on this, please let me know, so I won't waste more time on trying it if the answer is no. Thanks.

  • Tool tips on chart axis

    Is there a way to create a dynamic tool tip for the labels on
    the chart axis. For example I have a bar chart that shows the
    quantity ordered in 5 categories. I want to be able to add a tool
    tip to the category label on the vertical axis to help explain what
    the category is. I need this tool tip to change based on the
    category that is rolled over. I'm assuming I should be able to do
    something with the ToolTipCreate action on an axis renderer but I
    can't figure out how to find out which label is being moused over.
    Any help would be greatly appreciated. Thanks in advance.

    I'm not sure if you're refering to components you can place in containers, but if you are, there's a ToolTipText option in the component inspector for every component you can select. If you want to change the tooltips manually for specific components, you can use the method (Component).setToolTipText(String text). Hope that helps...
    hello again,
    just one more question :) i was wondering if anyone
    knows how to implement tool tips with controls in
    JavaForte. i looked through the properties window,
    but didnt see any .ToolTipText property.... i know
    its possible, and probably just one line of code,
    anyone know it? thanks a lot in advance for any help!
    talk to ya later,
    Steven M. Berardi
    [email protected]

  • Value formatting on chart axis in WAD

    Hi experts,
    In WAD charts, I use an ordinary line chart.
    Is there a way to format the value on the axis so that it becomes thousand separated?
    I.e. Instead of a value on the axis of 80000000, we would prefer to have 80 000 000.
    BR,
    Niclas

    I described it in this thread:
    WAD Graph-  Value Axis display value with commas
    Regards
    Erwin

  • Formatting an axis in SQL Server Reporting Services

    Hi
    I have a graph that shows prices on one side and I need to format them as follows
    =Floor(Fields!PRICE.Value) & " " & Round((32 * (Fields!PRICE.Value - Floor(Fields!PRICE.Value))),3)
    however when I apply this to the "Value Field" the report fails stating that the Boundaries and increment cannot be determined.
    any idea how I can format the secondary Y axis based on the above formula ?
    thanks
    eddie
    eddy.a

    Hi eddie,
    If we want to format the values display on the series in the chart, we can right-click the series to select “Show Data Labels” option. Then right-click the label to type the expression you post in the Label data of Series Label Properties.
    If we want to format the values display on the axis, we can use a table control to simulate the Axis labels to work around this issue. For more details, please refer to the steps below:
    Drag a table to design surface, then delete the table header and last two columns.
    Insert the expression as below to the cell:
    =Floor(Fields!PRICE.Value) & " " & Round((32 * (Fields!PRICE.Value - Floor(Fields!PRICE.Value))),3)
    Set HideLabels property of Y Axis to True, then adjust the table position so that it aligns to the Y Axis of chart.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • 3d chart axis names

    Using Numbers 3.5.2.  I have a table of temperature measurements from 10 locations over time - one set of temperatures taken each minute. Each Location has an Address (in hexadecimal) that I want hidden from the chart.
    I want to create a three-dimensional line chart with one line per location, temperature on the Y (vertical) axis, time on the X-axis (horizontal), and the locations on the Z-axis (front to back). I can get the temperature as a line, with the correct labels. But I cannot get the time and location working correctly.
    I have tried every way I can think of to arrange the data columns, select the data columns, and instruct the chart, but cannot get the desired results.
    First of all, I don't know how Numbers names the various axes. Second, there don't seem to be ways to match the data column to the axis.
    Sample data:
    Address
    Location
    Date Time
    Celsius
    348FFA5
    Room Air
    2015-02-27 11:56
    21.69
    5263FB5
    Outside Air
    2015-02-27 11:56
    22.06
    FD9EFB5
    Garage Slab
    2015-02-27 11:56
    21.94
    63FD5B6
    Living Slab
    2015-02-27 11:56
    21.87
    ABF65B6
    Sub Slab
    2015-02-27 11:56
    22.56
    1BFAFA5
    Furnace Intake
    2015-02-27 11:56
    21.94
    5BADFA5
    Roof South
    2015-02-27 11:56
    21.87
    87F4FA5
    Furnace Output
    2015-02-27 11:56
    21.94
    C7675C6
    na
    2015-02-27 11:56
    22.19
    6FC05C6
    na
    2015-02-27 11:56
    21.87
    348FFA5
    Room Air
    2015-02-27 11:57
    21.75
    5263FB5
    Outside Air
    2015-02-27 11:57
    22.94
    FD9EFB5
    Garage Slab
    2015-02-27 11:57
    21.94
    63FD5B6
    Living Slab
    2015-02-27 11:57
    21.87
    ABF65B6
    Sub Slab
    2015-02-27 11:57
    22.56
    1BFAFA5
    Furnace Intake
    2015-02-27 11:57
    22.06
    5BADFA5
    Roof South
    2015-02-27 11:57
    21.87
    87F4FA5
    Furnace Output
    2015-02-27 11:57
    23.87
    C7675C6
    na
    2015-02-27 11:57
    22.25
    6FC05C6
    na
    2015-02-27 11:57
    21.87

    I think Numbers can print a 3D like chart.  In your case the three axis are:
    X = location
    Y = date/time
    Z = temperature
    however, then format of your data is not well formed for plotting this way.
    The data must be:
    Date Time
    Room Air
    Outside Air
    Garage Slab
    2015-02-27 11:56
    2015-02-27 11:57
    2015-02-27 11:56
    21.69
    2015-02-27 11:57
    21.75
    2015-02-27 11:56
    22.06
    2015-02-27 11:57
    22.94
    2015-02-27 11:56
    2015-02-27 11:57
    Date/Time in a column
    location across
    then the Z axis, temperature data, in the body of the table
    you can try to coerce Numbers into doing this.
    You could also consider have two tables:
    1) where you paste the data in its' original form
    2) a destination table in the format I showed used as the source of a chart.  An Applescript could take information from the first table and munge it into the second table

  • Own number format Y-Axis (value divided by 1000)

    Hello everybody,
    in WebI I have a quite simple chart.
    In Y-Axis I show the values. How can I divide these values divided by 1000?
    I have found the advanced format menu. But don't know the syntax how to make my own number format for this.
    So for Example my value shown now is: 15.900.000 but it should be 15.900,00
    Any workaround is welcome. But I would prefer not to touch the Universe and stay in WebI.
    best regards Harry

    Hi Harry,
    There is no functionality to create a Custom Format Number and 
    Enhancement Request ADAPT01130144 has been created.
    Regards,
    Sarbhjeet Kaur

  • .formatting x-axis of a graph to be categorical - labelled with a string?

    I am looking for an elegant way of formatting the x-axis on a 2D graph to be a series of string labels representing a range of data. 
    Any help would be appreciated!  Thank-you

    Hi PA_UW,
    Unfortunately,  this is not directly possible, that is, you cannot do it with LabVIEW Graphs and Charts.  I apologize for the inconvenience.  This is an idea on our idea exchange.  If you feel this functionality should be added, please voice your opinion.  Thanks!
    Matt S.
    Industrial Communications Product Support Engineer
    National Instruments

Maybe you are looking for

  • Messages in EOIO

    Hello , I have seen the How to deal with stuck EOIO messages in the XI 3.0 Adapter Framework by Stefan About erroneous message in EOIO to be cancelled in order to process the remaining messages which are in struck state in the given queue...But if we

  • I put in the wrong birthdate when registering my daughter's new iPod touch. When I went to correct it, it looked me out

    I put the wrong birthdate when registering my daughters new iPod Touch. It didn't let me establish a new account because the birthdate was too young. When I went to correct it, it continued the lock her new registration out. Now I can't successfully

  • Shuffle playlist 'resumes' from the beginning (repost)

    Reposted from Connecting to Windows forum: Hi all. Does anyone know how to stop iTunes from causing an iPod Shuffle to begin playing from the beginning every time it is plugged in? I only use it on sequential settings, and have set to manually manage

  • Shortdump on grant approval of project phases

    Hi, A phase in a project is created abd then released after assigning a suitable resource as responsible for approval and approval process is started. Resource logs on to project management view in portal, clicks on approvals tab to view list on appr

  • Web Authentication Passthrough

    Hi All Does anyone know if web passthrough works with a proxy server? I've a horrible feeling that a re-drirect is still required to get the splash page and therefore DNS is still required. If this is the case then passthrough won't work with a proxy