Markers on the graph... 11g rel. 1

I am wondering, if it is possible to display line graph with the markers (dots, squares, …) on the line. It looks like markerDisplayed="true" is the parameter to set, but when I use it in <dvt:lineGraph tag as shown below, the page does not compile and says markerDisplayed is unknown property.
How can I show markers on the graph?
I am using Jdeveloper 11g rel. 1 ... and following is the source code:
<dvt:lineGraph id="lineGraph1"
value="#{bindings.faAdrSeriesVo.graphModel}"
subType="LINE_VERT_ABS"
threeDEffect="true"
dynamicResize="DYNAMIC_SIZE">
<dvt:background>
<dvt:specialEffects/>
</dvt:background>
<dvt:graphPlotArea/>
<dvt:seriesSet defaultMarkerType="MT_MARKER">
<dvt:series index="0" markerType="MT_MARKER" color="#b5ffb5"/>
<dvt:series index="1" markerType="MT_MARKER" color="#5200"/>
<dvt:series index="2" markerType="MT_MARKER" color="#ffb5b5"/>
<dvt:series index="3" markerType="MT_MARKER" color="#ff0000"/>
</dvt:seriesSet>
<dvt:o1Axis/>
<dvt:y1Axis/>
<dvt:legendArea automaticPlacement="AP_NEVER"/>
</dvt:lineGraph>
Thanks,
Anupam

You could try this:
Please try setting marker shapes as follows:
<dvt:graph graphType="LINE_VERT_ABS" markerDisplayed="true" >
<dvt:seriesSet>
<dvt:series index="0" markerShape="MS_SQUARE" />
<dvt:series index="1" markerShape="MS_PLUS" />
<dvt:series index="2" markerShape="MS_TRIANGLE_DOWN" />
</dvt:seriesSet>
</dvt:graph>
or
<dvt:seriesSet defaultMarkerType="MT_MARKER"
defaultLineWidth="1"
defaultMarkerShape="MS_AUTOMATIC">
If the markers are small then try:
<DataMarker markerSize="1000"/>
Thanks.

Similar Messages

  • Markers on the line Graph.

    Hello,
    I am wondering, if it is possible to display line graph with the markers (dots, squares, …) on the line. It looks like markerDisplayed="true" is the parameter to set, but it changes marker Display in the legend, not on the graph.
    Thank you,
    Irina.

    Hi,
    is this a question for JDeveloper 10.1.3 or 11? If it sis for 11, please post this to the JDeveloper 11 forum, which is montitored by the DVT developers as well:
    JDeveloper and OC4J 11g Technology Preview
    Frank

  • Can I control the # of Markers on Line Graphs?

    Is there a way to control the number of markers on the line? Even though the X Axis may skip every other month in the Axis, the Markers on a line are placed at every month! This gets very bad when we have 5-10 years of data in the graph (at the month level!)
    I cannot seem to find any setting that allows for syncing the Markers with the Axis. Is there anyway to control this?
    Thanks for your help!

    This is not currently possible with the BI Beans graph. An enhancement has been logeed with development and hopefully we will resolve this issue with the next major release of BI Beans.
    Hope this helps,
    Keith
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • Is the Use of ASM Mandatory in 11g Rel 2

    Hello.
    I am currently using Oracle DB server 11g Rel 1 (11.1.0.7.0). We are planning on going to Release 2 soon. We do not use ASM at the moment, but have a NAS implemetation instead. An associate of mine who is also on Rel 1 of 11g told me that I will be REQUIRED to use ASM when I go to 11g Rel 2. I have not ever heard this before and not found it in any documentation that I have ever looked at. My simple question: is ASM required when going to Oracle DB 11g Release 2? Thank you.
    Matt

    Matt,
    From 11g onwards, the support of raw devices is removed by oracle. So what your colleague probably wanted to mention that if you are having a use of raw devices in the current set up of yours, it won't be supported in 11.2. This is partially correct since if you are already on raw, after upgrading as well, oracle would support it at least for 11.2 . In 12g, this won't be possible at all and you would need to migrate to the ASM on a mandatory basis. The file system support(cooked) remains as it is and thus is available in both previous versions and in 11.2 as well. This also would remain as a supported option in the next releases as well.
    Hope that helps.
    Aman....

  • In OBIEE 11g, how to hide the "Analyze" option at the bottom of the Graph?

    Hi,
    At the bottome of the graph in OBIEE, there are options like Analyze, Refresh, Print, etc.
    How to hide ( Not Display) the " Analyze" option at the bottom?
    Is there any setting for this in dashboard?
    Thanks.

    Check this link may help you
    Disable or Hide return link
    If helps pls mark as correct/helpful

  • Dynamically changing the Graph in Obiee 11g

    Hi,
    Is there a way to reflect the latest data in a graph by clicking any hierarchy level ?
    say i have top level company----->>department------->>account.
    if i come to department level then the graph should display department data in the graph.But in my case ,the graph always shows company level data.
    Thanks-Bhaskar

    Hi ,
    In Repository File try creating a parent root node called 'All' above the Department in your hierarchy and check it it will work ...
    Edited by: 977942 on Jan 15, 2013 3:08 AM

  • ADF 11g hiearchyViewer widget: can rendering of the graph be customized

    The hiearchyViewer widget supports rendering a graph of one parent to many children nodes. I have a need to display a directed graph where many parent nodes is linked to a common child node . Is it possible to extend the hiearchyViewer widget to override the graph rendering algorithm? If the answer is yes, how may I able to do it, or is there sample code I can review? If the answer is no, how can I create an ADF widget that uses the same flash library the hierarchyViewer ADF widget is using to render its graph. Thank you.

    The HV can't show multi-parents to a children relationship.
    We are working on a new component that should be able to do that - hopefully it will make it into the 12 release.
    You can see a couple of beta screenshots here:
    http://one-size-doesnt-fit-all.blogspot.com/2011/10/adf-take-aways-from-oracle-open-world.html

  • I need Legends shape same as of markers in Line Graph

    Hi ,
    I used below given code in one of my Line Graph where I need to have same shape of markers in legends as they are in line graph but due to some problem with the given code I am not able to achieve my task :
    <Graph markerTooltipType="MTT_VALUES_TEXT" markerDisplayed="true" graphicAntialiasing="true" graphType="LINE_VERT_ABS" markerShapeInLegend="true">
    <DataMarker markerSize="100"/>
    <LegendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM" legendMarkersPerRow="1"/>
    <SeriesItems>
    <Series id="0" color="#ff0000" markerShape="MS_TRIANGLE_UP"/>
    <Series id="1" color="#66" markerShape="MS_SQUARE"/>
    <Series id="2" color="#4300" markerShape="MS_PLUS"/>
    </SeriesItems>
    Legends are not showing same marker shape as in the graph.Could anyone please verify this??
    Thanks in Advance

    Hi Prags
    You did not mention the version of BIP that you are using?
    I have been investigating this and I think your code is correct - but there is a bug in the chart engine code #5764496
    I suggest logging an SR against us 1479 and asking support to log a bug against us to pick up this fix into our BIBeans library
    Regards
    Tim

  • What does the anti-aliasing feature of the graph do?

    I see when I right click a graph anti-aliasing is an option. What does this feature on the graph allow you to do?

    > I see when I right click a graph anti-aliasing is an option. What does
    > this feature on the graph allow you to do?
    As Dennis points out, it smooths the image. Specifically, computer
    graphics on a raster device have stair-steps or jaggies. This occurs
    because a sloping line is being approximated by setting pixels in a grid
    to either the foreground or background color. For this example, lets
    assume the BG is black and FG is white. At 45 deg and certain other
    nice angles, the lines look relatively smooth, like the diagonals on a
    chess board, but at other angles, they are heavily aliased or jaggy.
    Anti-aliasing sets the color of the pixels to black, white, or shades of
    gray depending on the amount of the pixel that intersects the
    mathematical d
    efinition of the line. This extra math slows things down,
    and the fact that the anti-aliasing is done not by windows, by by an
    OpenGL driver in its own memory buffer slows it down further. For
    slowly changing plots, they look quite nice. This doesn't make sense
    for dense data or quickly changing data.
    Greg McKaskle

  • Oracle database 11g rel 2 installation

    hi gurus i have experienced strange experience while installing oracle database 11g rel 2 on vmware i will provide my system config
    os:win xp proff sp3 (vmware) 32 bit
    ram: 3.0(customized)
    hs dsk: 50gb
    i have popped up with this message
    File not found C:\app\Administrator\Products\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em.ear
    File not found C:\app\Administrator\Products\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em.war
    File not found C:\app\Administrator\Products\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    File not found C:\app\Administrator\Products\11.2.0\dbhome_1\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
    according to various blogs and threats i have unzipped in single folder both the parts part 1 ND PART2 FILES
    is the os winxp sp3 32 bit is ideal or shall i switch to win server 2003 rel 2 32bit what could be the issue i felt that since am using non windows system (macbook) is an issue ?????

    Issue has been discussed several times before in these forums.
    missing em.ear file while installing 11gR2 in windows 2003 R2
    https://forums.oracle.com/forums/search.jspa?threadID=&q=em.ear&objID=f64&dateRange=all&userID=&numResults=15
    Essentially, all files need to be unzipped into one folder before installation is started.
    This is clearly stated on the download page - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    HTH
    Srini

  • Oracle 11g Rel 2 on Windows 2003

    We are trying to install Oracle 11g Rel 2 on a windows 2003 server. But not able to locate the installer on Oracle website. Can anyone please respond whether 11g rel 2 is compatible with windows 2003.
    Thanks,
    Samim

    Oracle 11gR2 is not yet released for Windows platform. You can either wait or choose to install 11gR1 which is available.

  • 11g rel 2 RAC on RHEL5.2

    TASK: need to install 11g rel 2 RAC on a two node RHEL (2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux).
    What are the RPM's needed for the cluster installation?
    Regards,Lily.

    Hi
    You would need to install these rpm
    1.) binutils-2.17.50.0.6-6.el5 (x86_64)
    2.) compat-libstdc++-33-3.2.3-61 (x86_64)
    3.) compat-libstdc++-33-3.2.3-61 (i386)
    4.) elfutils-libelf-0.125-3.el5 (x86_64)
    5.) glibc-2.5-24 (x86_64)
    6.) glibc-2.5-24 (i686)
    7.) glibc-common-2.5-24 (x86_64)
    8.) ksh-20060214-1.7 (x86_64)
    9.) libaio-0.3.106-3.2 (x86_64)
    10.) libaio-0.3.106-3.2 (i386)
    11.) libgcc-4.1.2-42.el5 (i386)
    12.) libgcc-4.1.2-42.el5 (x86_64)
    13.) libstdc++-4.1.2-42.el5 (x86_64)
    14.) libstdc++-4.1.2-42.el5 (i386)
    15.) make-3.81-3.el5 (x86_64)
    1.) elfutils-libelf-devel-0.125-3.el5.x86_64.rpm
    2.) glibc-headers-2.5-24.x86_64.rpm
    3.) glibc-devel-2.5-24.x86_64.rpm
    4.) glibc-devel-2.5-24.i386.rpm
    5.) gcc-4.1.2-42.el5.x86_64.rpm
    6.) libstdc++-devel-4.1.2-42.el5.x86_64.rpm
    7.) gcc-c++-4.1.2-42.el5.x86_64.rpm
    8.) libaio-devel-0.3.106-3.2.x86_64.rpm
    9.) libaio-devel-0.3.106-3.2.i386.rpm
    10.) sysstat-7.0.2-1.el5.x86_64.rpm
    11.) unixODBC-2.2.11-7.1.x86_64.rpm
    12.) unixODBC-2.2.11-7.1.i386.rpm
    13.) unixODBC-devel-2.2.11-7.1.x86_64.rpm
    14.) unixODBC-devel-2.2.11-7.1.i386.rpm
    Cheers
    FZheng

  • OWB 11g Rel 2

    Hi experts
    pardon me if I am wrong, it says OWB in 11g Rel 2 come as part of database
    does it incur additional license costs as i believe OWB is used for data migration from legacy systems
    thanks

    Oracle has been playing around with the license rules around OWB. They moved the OWB options to the Fusion Middleware side, but OWB itself still seems to eb in the database.
    I've been searching around for the answer to the same question for a week now, and can not find it explicitly in the documentation. Relevant docs for OWB are
    http://docs.oracle.com/cd/E11882_01/owb.112/e10581/toc.htm
    http://docs.oracle.com/cd/E11882_01/owb.112/e10935/toc.htm
    http://docs.oracle.com/cd/E11882_01/owb.112/e17130/toc.htm
    The closest I come is the following statement:
    Managing Optional Features for Oracle Warehouse Builder Installations
    Although many features in Oracle Warehouse Builder are included in Oracle Database licenses, some features may require additional licensing. As an administrator, you can assist in managing license compliance by enabling or restricting user access to optional features. The management of optional features as described here is entirely voluntary.found http://docs.oracle.com/cd/E11882_01/owb.112/e17130/install.htm#sthref43
    Time to call a sales rep!

  • When using suggestedItems or LOV (on the same field) I get " Graph nodes cannot be sorted due to a cycle in the graph."

    Hi. I am on Jdev 11g R2
    I have a atribute in the VO with LOV attached. And also another attribute in the same LOV with is dependant to the first LOV. It means when I choose LOV on the first attribute the second LOV uses the chosen value,
    I droped the VO as FORM on the page.
    When I go to the first attribute and choose the LOV value (from suggestedItems or from LOV search popup) I get the following message:
    Graph nodes cannot be sorted due to a cycle in the graph
    It only happens for the first time. If i choose LOV after I get the error message , everything is working just fine
    Error message indicates that it may be some loop in the VO, but there is no....
    Please advice what can it be

    please post more log by turning on logging -
    http://xmlandmore.blogspot.in/2009/06/turn-on-diagnostic-to-debug-oracle-adf.html

  • How can I print out the graph I need only, without the controls and indicators?

    I'm doing some programming in LABVIEW. I need to print out only the graph, without the buttons, controls, indicators. I tried to look for such a function in LABVIEW, but in vain. How can I achieve the result I expect in my programming?

    Hi Fenny,
    you should use the report generation functions to create a report containing your graph image and print it.
    Take a look at the Sample Test Report.vi you find in the report examples of LV.
    Just look at the part of the diagram where it is used Append Control Image to report.vi (in the center of the report functions chain); a graph reference is wired to the Ctrl reference input ( to create a reference of your graph right click on it and select create reference).
    Let me know if you need more help,
    Alberto

Maybe you are looking for

  • I want to place file IN LONG PATH created by java program

    I can't place file created by java in "e.g. c:\windows\system\driver32"!!!! but i can place in "c:\" why?

  • Setting in and out points in list view.

    I am in list view.  I am showing several favorited clips from one video.  Say I am playing back the third favorited range and I want to select in and out points for that favorited range.  The video is playing and I hit i.  I am immediately jumped fro

  • Share from ipad to home?

    share from ipad to home?

  • I have a problem to download Mountain Lion through the AppStore.

    Hey, I use MBP Late 2011. Currently I have OSX Lion installed. I decided to do the upgrade through the Appstore. I bought the new version of OSX yesterday evening, around 6pm, left my computer ON overnight and now, at 8am it is not even in the middle

  • Cant get query to work

    can anyone see what i'm trying to do here?::: <cfquery name="display_log" datasource="allied_control_db1"> SELECT * FROM ops_log_entry ORDER BY log_entry_date_time DESC </cfquery> <cfquery name="get_current_status" datasource="allied_control_db1"> SE