10g graph MarkerText question

I use a bar graph and display marker text above each bar. My problem is when the # shown above the bar is 3 or more digits the number runs into the other bars beside it and makes it tough to read. I want to be able to display the text above the bars vertically if at all possible. I tried the following:
<MarkerText visible="true" markerTextAngleDefault="90"/>
But that didn't change how the text is shown at all. Can anybody help me?
Here's my full xml for the graph:
<rw:graph id="CT_5" src="G_REGION" groups="REGION" dataValues="CS_REGION_WITH,CS_REGION_WITHOUT,CS_region_date_range">
<?xml version="1.0" ?>
<Graph version="3.2.0.22">
<LegendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM" borderTransparent="true"/>
<LegendText>
<GraphFont size="16"/>
</LegendText>
<MarkerText visible="true" markerTextAngleDefault="90"/>
<O1TickLabel>
<GraphFont size="14"/>
</O1TickLabel>
<O1Title text="Region" visible="true">
<GraphFont size="16"/>
</O1Title>
<Y1TickLabel>
<GraphFont size="14"/>
</Y1TickLabel>
<Y1Title text="Number of Facilities" visible="true">
<GraphFont size="16"/>
</Y1Title>
</Graph>
</rw:graph>

Ok, I just figured out you have to set markerTextPlace="MTP_CUSTOM" in <MarkerText> but even then I can't get the text to be displayed vertically. Please help.

Similar Messages

  • 10g Graphs - How to customize the default color of a Bar Graph

    Hi,
    I've posted this thread in Reports section, have received no reply yet. Maybe no one has ever tried this before!!
    I am porting a couple of 6i OGD's to 10g graphics.
    Basically I am invoking reports from a form. The reports contains embedded Graph.
    Here comes the tricky part.
    I have a couple of Graphs in 6i that display each bar of a bar graph in different color.
    Example:
    Value       Bar Color
    Critical     Red
    Major       Orange
    Minor       Yellow
    None       GrayQ) I want to know how to set the color of each bar of a bar graph based on the value it takes. i,e If it's critical the bar should be displayed in red. If it's major, the bar should be displayed in orange.
    I added conditional formatting in 10g Graph, and this is the trigger that was created.
    function CT_1FormatTrigger return boolean is
    begin
      -- Automatically Generated from Reports Builder.
      if (:f19 > -1)
      then
        srw.set_foreground_border_color('yellow');
        srw.set_border_pattern('solid');
        srw.set_foreground_fill_color('yellow');
        srw.set_fill_pattern('solid');
      end if;
      -- Automatically Generated from Reports Builder.
      if (:f20 > -1)
      then
        srw.set_foreground_border_color('red');
        srw.set_border_pattern('solid');
        srw.set_foreground_fill_color('red');
        srw.set_fill_pattern('solid');
      end if;
      return (TRUE);
    end;When I try to invoke the above report from the form, I get the error: FRM-41214: Unable to run report.
    If I remove conditional formatting, I am able to invoke the report from the form with the default color in the embedded graph.
    Hopefully someone has ideas on this!
    Thanks

    Why don't you use the build-in charting capability of reports 10g instead? There is FormsGraph.jar implementation for forms but that might not have the flexibility of what 6i graphs has/had and not "officially" supported - not like the reports 10g charting capability (which is built in and can be customized by editing the related xml files (if necessary). Note: FormsGraph.jar has it's own limitations

  • Report 10g graph problem

    i have a problem in graph wizard in reports 10g
    when i want do display more than 3 diferent data in plot areao of graph wizard only first 3 rows can be seen and adjusted, others can not.
    is there a way to see and adjust more then 3 rows in plot area?
    Thanks,
    Rade

    Hi,
    Not directly. You have to edit graph.xml file (in property pane of your graph). Some details about this file you can get from How to... topics on Products page
    have a good day
    Daniel

  • Oracle 10g XE // Licensing question

    Hi,
    as far as i got till ow, the XE seams to be only limited in 3 ways:
    - max 4GB user data
    - max 1GB RAM actively used
    - max 1 Processor used
    However, this leads to some questions for me:
    1. what is a "processor" defined as ? i this 1 cpu including multi cores or is this just 1 core? (regarding the new Xeons we have e.g. 2 CPUs with 2 Cores each with Hyperthreading makes em 4 Cores on each physical CPU)
    2. can multi XE be used for ditributed DB's ?
    e.g. we have say 2 servers - 1 at company A (production and research) and 1 at company B (part production needed for comp. A). can they be connected together so that the main-DB is at company A and company B only has a part of the DB at company A? e.g. company A hast say 100 tables in their DB but B has only 15 tables to access and stored local for caching ? - if these distributed scenarios are possbiel, could you please point me to the docs for it?
    Best Regards,
    Korbinian

    . what is a "processor" defined as I believe a dual core processor is counted as two CPU (that's certainly how Oracle calculate th elicencing for regular 10g). In the case of XE I think they've frigged the database so it will only use one CPU no matter how many CPUs the server actually has.
    2. can multi XE be used for ditributed DB's ?As far as I'm aware you should be able to do single master replication with XE but not multi-master. But then most sensible people would not want to do multi-master replication anyway. You may find this article by Lewis Cunningham informative. The docs on replication are here.
    Cheers, APC

  • Content Services 10g Versioning - more questions

    Can anyone clarify the following?
    1) While a link can point to a specific version of a file or the latest version of a file... can it point to the latest RELEASED version of a file as well?
    Example: Latest Version ( work in progress, not approved yet ) needs to be visible to engineers working on the project, Config Management Team, Customers/Suppliers for review, etc. I might create a folder with links back to the latest version of all files related.
    Latest Released Version needs to be visible to Shop Floor Users which refer to the documents on how they should manufacture a part. A Supplier might have a folder to links to the latest RELEASED version of the all files they work with.
    2) Since everything is an Item, can items such as folders themselves be versioned? Or just real files?
    Example: 12 documents comprise a Customer Evaluation packet. These are all in a folder. The Packet has a Revision of "2". Now we change one of the documents in the packet, and add a new document to the packet. The Packet now has a Revision of "3".
    Traditionally I've seen this done by "zipping" the files together into one big file, and checking that in/out. But that's very clumsy because the packet may be 150 MB in size... and if all one wants to do is a file 50K file to the packet, doing that across the Web cross country can be fairly painful. Or are ZIP'd files directly exposable in the interface in a way that versioning can still be accomplished without copying the whole 150MB back and forth, to change one item in the zip file?
    thanks for any insight y'all have on these questions...
    Karl

    Hi Karl,
    1) You cannot do this with Links. You could however do it with a category e.g. 'Technical Spec' that has a status attribute. The default of the attribute would be 'DRAFT', but before checking in the RELEASED version you change the status attribute to 'RELEASED'. Any user can get the list of 'RELEASED' documents that are available to them with a simple search.
    2) Content Services 10g doesn't support versioning of folders.
    hope that helps,
    -sancho

  • Graph scaling question

    Using the graph palette tools on a XY graph having 2 Y scale, I would like to scale the first Y axis without changing the second one. I use LV 6.0.2. Any tips? Thanks

    If you simply right click on the scale in question, you can format that. Just be sure to uncheck the Autoscale axis on the pulldown menu.
    eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • Graph Theory question...

    My graph knowledge is still requiring maturing. ;) I was wondering if anyone could help me with this question:
    given a set of verticies in an undirected graph, (not all may be connected) I want to determine whether there exists a "walk" from Vi to Vj and if so, I want to work out the shortest "path" between the two.
    I can use a matrix to define my graph view no problems, but how to determine all this computationally is a bit challenging.
    Richie !

    shortest path, as in the "Traveling Sales Person" problem does not require all possible paths to be searched, but it does require setup as if all would be searched (British Museaum style of search using a depth first algorithm). Heuristic clipping of paths can be done once you have an inital path of length L. Any time you reach L length you need not follow that path, nor any of its children. If you reach the destination in shorter than L length, then take the new path as the optimal path length and continue until all paths are exhausted.

  • Documentation for oracle 10g graphs - pie

    Is there a documentation for building a pie chart graph using oracle 10g.
    Can someone clarify also the difference between group and slice.
    thanks.

    I run Oracle Lite on Pocket PC, and I make some simple program which did some operations on database. I know that the support for .NET is small. But I'm writing the master of science work about three mobile databases (sql ce, oracle lite and sybase) and I have to write a program which will be testing performance of those databases on the mobile device.
    Generally I hope this program will work ok. But I also have to write about fuures for example oracle database lite RDBMS, but in documentation there is only few generally informations and almost all document is about how to configure it and how to do something.
    So if you have some generally documents (I have those white papers and other pfd on oracle site) please send it to me [email protected] .

  • Oracle 10g Graphs not as clear as Oracle 6i

    Hi,
    We have Oracle reports (with graphs) developed with 6i version. Now we are upgrading this to Oracle 10g.
    So I am re-creating the graphs using the graph wizard in Oracle 10g reports builder.
    The graph font and the axis lines are not as clear as the graphs in Oracle 6i. Is this the way it is in Oracle 10g or am I missing something?
    Pls. help
    Cheers - Aravind.

    not a vlid win32 installation". pls help...project on hold!!!!! The Media/Compact Disc may be damaged - try downloading Oracle 10 G Rel 2 again or try using Express Edition - which is less size than of Oracle 10 G Rel 2.

  • Which forum for EM 10g Db Control questions?

    It seems as if Enterprise Manager 10g is getting more popular. I see more and more threads in Database forums about the web-based OEM... while there is a dedicated EM category and forum (but forum name includes Grid Control).
    Where should discussion or questions threads about Database Control be posted? Does Oracle have an idea about this?
    Considering that Database Control is a single-database, cut-down version of Grid Control, should we try to focus the Enterprise Manager?
    Database - General forum might be the logical place to post. After all, somebody new to Oracle "just" installs Database and problems with "web page"/EM is probably seen as problems with the database.
    Both forums lacks a description (as seen on main forum page, Category pages or forum listing).
    Could the use of the forums be made any clearer?

    Hej Fredrik
    I agree that we should have a dedicated section for all the EM questions in the Grid area of this forum in order to separate all the other grid requests.
    you got my vote also on that post.

  • 10g graph xml - color of the of the base of x-axis

    Friends,
    Below is my simple 10g reports graph xml.
    What I am trying to find out is
    - HOW can I fill the base on the x-axis with any color. Example below
    <rw:graph id="CT_1" src="G_1" groups="object_type" dataValues="ocount">
    <!--
    <?xml version="1.0" ?>
    <Graph version="3.2.0.22" depthAngle="30" depthRadius="30">
    <ThreeDFloor sharePanelProperties="true"/>
    <Y1MajorTick visible="true"/>
    <Y2MajorTick visible="true"/>
    </Graph>
    -->
    </rw:graph>
    In above example depthAngle="30" depthRadius="30" create a 3D space on the base for the bar graph, I am trying to find I can I fill the color on the base which is created by the above settings (for example grey color)
        |    |                                         |    |
        |    |                                         |    |
        |    |                                         |    |
        |    ------------------------------------------|----|
        |   /    how to fill this region        |    /
        |  /     with any color  created     |  /
        | /      by depthAngle="30"         | /
        |/       depthRadius="30"            |/
    [PRE]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    To change the color of the line itself, you can use the attribute Plot>>Plot Color.
    To change the color of the points, you can use the attribute Cursor>>Cursor Color.
    To select the color, you should have a color box constant inside the Numeric>>Additional Numeric Constants palette.
    This is all in LV 7.0. I'm not sure how it similar it is in 5.1.
    One important thing is to place the attribute node inside a case structure which will execute only when your condition has been filled.
    If this didn't help you, I suggest you post the relevant piece of code, or at least an image of it (no BMPs, please).
    Try to take over the world!

  • 10g Personal Edition Question

    I am newbie and have a question regarding 10g personal edition. I see that this version supports one user connection but I am trying to find out if the user connection can be remote (from another workstation) or if it has to be local.
    I have (2) XP boxes and want to install 10g personal edition on one XP box then access the DB from the other XP box. Can this be done?
    Thanks in advance for any input!

    Like the original poster, I too am a total Oracle newbie, considering migrating to Oracle from the outstandling but comparatively feature-poor PostgreSQL, and I'm trying the downloadable version of the Personal Edition database 10gR2, and I cannot for the newbie life of me figure out how to use this thing remotely, so that I can have Oracle running on my server at home and use it/develop with it using Enterprise Manager and SQL Developer from, say, a coffeeshop or other remote location via the Internet. (Exception: remote control software--RADMIN works well--but this is not a good non-emergency solution.)
    Ultimately, it would also need to be secure (SSL or something), but at this point, I cannot get it to work at all. I know how port-forwarding and other firewallish things work, but I suspect the problem is that the Personal Edition uses a local loopback connection which may be inaccessible from the Net?
    Of course I'm perfectly willing to buy the product if I can be assured that this will ultimately work reliably--is that's what's necessary to get it to work (the downloadewd version being crippled somehow?), or to get any support (folks say Metalink is helpful)?
    Usually, the documentation is all I need to make something go, but the Oracle documentation I've looked at so far is at once incredibly expansive and not very helpful to me. (I may not know enough for it to be helpful: most of the documentation seems to assume you're already fully immersed in the Oracle world, and little of it seems specific to the Personal Edition's quirks.)
    Any pointers to explicit documentation, let alone some step-by-step "here's what you have to do" instructions, would be tremendously appreciated.
    Thanks!

  • Oracle 10G Express Newbie questions

    Hello everyone! I am completely new to oracle and I was wondering if you guys could answer some of my questions. I installed Oracle 10g Express rpm (oracle-xe-univ-10.2.0.1-1.0.i386.rpm) and Zend for oracle with the assumption that all the environmental variables would be set and everything would be ready. Unfortunately, this was not the case:
    The instructions say to setup the ORACLE_BASE and ORACLE_HOME but I don't know what those need to be. I'm assuming ORACLE_HOME can be any directory and ORACLE_BASE is the path to libraries or executables or something. This is not very clear to me in the instructions. By the way, X windows is not installed on my server so everything I do must be from the shell.
    My question are:
    1) On a standard rpm install of 10g Express, what should the environmental variables ORACLE_BASE & ORACLE_HOME be (installed in /usr/lib/oracle/ ) ?
    2) Assuming that X windows is not installed, what are the best ways to connect to the DB? sqlplus? http://www.test.com:8080/apex? clients?
    3) Can the windows client be used to connect to 10g Express on a linux server?
    [root@localhost javier]# /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    [root@localhost javier]# env
    HOSTNAME=localhost.localdomain
    TERM=xterm
    SHELL=/bin/bash
    HISTSIZE=1000
    OLDPWD=/
    SSH_TTY=/dev/pts/0
    USER=root
    ORACLE_SID=orc1
    ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
    MAIL=/var/spool/mail/root
    PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0//bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/binINPUTRC=/etc/inputrc
    PWD=/home/javier
    LANG=en_US.UTF-8
    SHLVL=1
    HOME=/root
    LOGNAME=root
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/sqlplus
    G_BROKEN_FILENAMES=1
    _=/bin/env

    The question is more appropriate in the XE forum at Oracle Database Express Edition (XE)
    Hopefully you already registered your copy of XE so you have access to the forum. Otherwise look for the registration link at http://www.oracle.com/technology/products/database/xe/index.html

  • Sampe 10g Upgrade Certification Questions

    Anyone know where to find a good souce for 10g upgrade cert exam (free or not)?
    Thanks,
    Mike

    Hi, Also you can get technical information about the upgrade to 10g into Oracle Press books,
    http://www.oraclepressbooks.com/
    In fact, is recommended that you practice and get experience into the new version before that you take the exam, you should not study only the question for take the exam, in the real world you must use the concepts and experience for resolve the issues or problems.
    Regards.
    Serch-Net.

  • Graph Cursor Question

    I have a cursor on a XY-graph that I'm trying to adjust (x position) via controls on the front panel.  I have one control that works great and adjusts one number at a time (ex. 500 to 501, etc).  I'd like to have two controls one like I have that would be a fine adjustment (I believe) and another for coarse adjustment that would adjust the value by 50 or whatever.  Hence this would be adjusted first (ex 550) and then the other control would be adjusted for fine tuning (ex to say 551 etc). 
    I'm having trouble figuring this out, and was hoping someone could giv eme some tips or ideas as to what to do.  I thought this might be something fairly common, but maybe not.
    Thanks in advance...
    Using Labview 7.0 and 2010 SP1 with Windows XP and 7.

    LabVIEW 8.0 would make these things much easier, because we have events for cursor movements! .
    In LabVIEW 7.0, you need to code around it. For example, you could place the cursor reads into a timeout event which is only active when the mouse is down on the graph (enable timeout with mouse down, disable with mouse up event).
    The attached shows one simple possibility (I don't think you need the course control).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DualCursorControl3.vi ‏64 KB

Maybe you are looking for