Marker Shape in Legend - Line Graph

Hello,
I have recently upgraded from 10g Release 1 to 10g Release 2.
I am using a line graph. In Release 1, the data marker shapes show up in the legend. In Release 2, they don't. In Graph.xml, I have set the Graph element to have the attribute markerShapeInLegend="true".
Does anybody else have this problem and/or know of a solution?
Thank you.

Hi Paul,
This is the feature in 11g obiee displaying the Measue heading and dimension value... like u said right Web Sales...and so on.
Here in u case web is the value of dimension and Sales is heading of a measure.
One way is if u are not using any dimension apart from 1 dim and fact u can put measure labels in the group by axis and dimension column in the show in legend section then it will give u only web.
But if u have 2 dimension then we have to put this measure labels with either one of the dimensions in this case heading of the measure wil display.
Thanks
Subhash

Similar Messages

  • Is it possible to modify marker shapes in a line graph

    Hello,
    Some questions regarding the marker shapes in line graphs.
    I have a line graph with two series. The client wants one series to have the diamond shape (black border, white inside) and the other series to also be a diamond but be filled in black.
    Is there a way to do this?
    Also, the marker shapes appear small in the graph. Is there a way to increase the size of the marker shapes?
    Lastly, I can't get the marker shapes to appear in the legend. I have tried setting markerShapeInLegend="true" in the Graph tag but that didn't help. It still just displays the line colour of the series.
    We are on version 10.1.3.4.1
    Any help is greatly appreciated. Thanks!
    Jared

    Hi,
    It is impossible to do that because the user query is using query generator. Click the condition button in the quer generator windows. The selection criteria text used the condition.
    you can use a custom report instead of using user query e.g. crystal report or reporting services
    JiM

  • 11.1.1.5 - Measure labels are appearing in legend (line graph)

    I've created a line graph in 11.1.1.5. My legend is showing a combination of the column value and the measure name (e.g. Web Sales, Direct Sales, Retail Sales). I want my legend to simply say Web, Direct, and Retail, without the appended 'Sales' measure label.
    The Measure Labels tile is currently residing in the Vary Color By (Horizontal Axis) zone, along with the legend column, so I guess it makes sense that the legend column and the measure labels would both show up in the legend (although I don't think that was the case in 11.1.1.3). However, there doesn't appear to be any place into which I can relocate the Measure Labels tile so that the word Sales DOESN'T appear on the line graph. If I move the Measures Labels tile into Graph Prompts, Sections, or Group By (Horizontal Axis), the word Sales appears in those locations. If I attempt to move that tile into the Lines (Vertical Axis) box, or into the Excluded box, it won't allow being dropped there.
    Switching between line, bar, and area graphs reveals the same problem in all graph types.
    Is there any way to supress the display of measure labels on graphs in 11.1.1.5?

    Hi Paul,
    This is the feature in 11g obiee displaying the Measue heading and dimension value... like u said right Web Sales...and so on.
    Here in u case web is the value of dimension and Sales is heading of a measure.
    One way is if u are not using any dimension apart from 1 dim and fact u can put measure labels in the group by axis and dimension column in the show in legend section then it will give u only web.
    But if u have 2 dimension then we have to put this measure labels with either one of the dimensions in this case heading of the measure wil display.
    Thanks
    Subhash

  • 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

  • Marker shape not showing up in DVT line graph

    Hi,
    I am facing an issue where the Marker Shape is not getting displayed in DVT Line graph. In the graph there is only one series, in which diamond markers should appear at the data points.
    I am using Jdev 11.1.1.7.0.
    Below is the expected result and the result which i am actually getting. Although the data set is different, the diamonds which we see in the first graph are not appearing in the second one(my output).
    My code snippet for the line graph is as below:
    <dvt:lineGraph id="lineGraph1"
                           value="#{bindings.VarianceGraphVO1.graphModel}"
                           subType="LINE_VERT_ABS" shortDesc="Variance Graph">
              <dvt:graphTitle text="Schedule Variance"/>
              <dvt:y1Title id="y1Title1" text="Variance % Days"/>
              <dvt:o1Title id="o1Title1" text="Cemli"/>
              <dvt:background>
                <dvt:specialEffects/>
              </dvt:background>
              <dvt:graphPlotArea/>
              <dvt:seriesSet defaultLineWidth="3">
                <dvt:series markerShape="MS_DIAMOND" markerType="MT_MARKER"
                            lineWidth="2"/>
                <dvt:series/>
              </dvt:seriesSet>
              <dvt:o1Axis rendered="false"/>
              <dvt:y1Axis/>
              <dvt:legendArea automaticPlacement="AP_NEVER"/>
            </dvt:lineGraph>
    Even though the marker shape property is mentioned it is some how not reflecting in my result. Even other types of marker shapes like square, circle, up/down arrow are not working.
    Request you to help me fix this issue.
    Thanks a lot.
    Regards,
    Tejas

    Try to set seriesSet  defaultMarkerShape="MS_CIRCLE" and markerDisplayed="true" like:
    <dvt:seriesSet defaultMarkerShape="MS_CIRCLE" markerDisplayed="true">
           <dvt:series/>
    </dvt:seriesSet>

  • Can I show Line Graph Markers in Legend?

    Can Markers be shown in the legend? We have a Graph with linetypes and markers and the linetypes show in legend but not the marker…. I have tried several things but nothing seems to work. Here is a snippet of code that I have tried (specifically setMarkerShapeInLegend does not seem to work):
    graph.setLineDataLineDisplayed(true);
    graph.setMarkerDisplayed(true);
    graph.getY1Axis().setAxisAutoScaledFromZero(false);
    // disable automatic layout
    graph.setAutoLayout(Graph.SP_NEVER);
    // set the position of the legend text
    graph.getLegendArea().setLegendTextPosition(BaseGraphComponent.LTP_BELOW);
    graph.setMarkerShapeInLegend(true);
    Has anyone gotten this to work or am I asking for something that is not supported?
    Thanks

    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/

  • Different shapes for symbols in line graph

    I can't figure out how to change the default square data points in a line graph.  When I try to got to Object>Graph>Marker it is greyed out.  When I click on a circle symbol and then try to go to Object>Graph>Design, it is greyed out.  I am so frustrated trying to do the simplest things in this program.  The online tutorials on how to make graphs do not seem to explain the simplest of tasks, only the difficult.  Thanks for any help!

    Do can do, see API..... You will need to create your own custom control by displaying a graphic with the rounded image. Search forum for displaying an image.

  • How to change legend name in Web-I line graph

    Hi,
    Please help me on this. My Web-I line graph displays the legend same with the universe measure name that I have used. Is there a way to rename the legend.
    Thank you in advance.
    Rose

    Hi Rosemarie,
    There is no functionality of editing the legend text of a graph in a Webintelligence report
    Enhancement Request ADAPT00787806 has been created.
    If you are more concerned about the Legend title and not the Measure name then you can store  the measure values in Measure Variable and give the variable name you want your legend title should be.
    Only take dimensions and newly created variable on the report where variable will act as measure.
    I Hope  this Helpsu2026
    Thanksu2026
    Pratik

  • How to change marker size in line graphs

    Hello,
    I'm using line graph and i show markers for the user know where to see a tooltip. I observed that the line markers are very big and clutter my graph when points are very close one anothers. I would like to make them smaller, but I don't know how to do it.
    Any help is appreciated.
    Thanks,
    Plan.
    <dvt:lineGraph ...>
    <dvt:seriesSet markerDisplayed="true">
    </dvt:seriesSet>
    </dvt:lineGraph>

    >System Preference>General
    this will change text size and associated icon size.

  • Line Graph Marker Size

    I created a icon that I want to substitute the default square markers for in a line graph. When I apply the change, the icons are way to small. How do I adjust the size?

    Which version of Illustrator are you using?
    Also, describe how you prepared your custom graph design. Show some screenshots if you think it may help to understand your issue.

  • Graphing a RUNNING TOTAL on a line graph

    So I'm having a lot of trouble putting my data on a chart. I have it all laid out here: files.me.com/redsteven1/glwk4v.numbers.zip
    Whenever I try to graph it though I run into a whole host of problems. Namely, that I can't get the values to plot on the chart at all.
    Not sure what the problem is... I select A2:G103... and I see the different series (for each Activity) show up in the legend, but nothing is plotted on the chart.
    I know that much of the table is blank... that's because I'll be adding to it every day.
    Ideally, the X-axis should be time/date.... May, June, July, and August can be the major tick marks. And the Y-axis would be number of hours spent on each activity.
    To further complicate things, the chart should really be a running total of time spent on each activity... so if I spend an hour on Activity 1 each day for 3 days... then on the third day I should have a plot of 3 hours... not 1.
    I know I didn't work things super well here... hopefully you can figure out what I mean by looking at the linked file : \
    Thanks in advance.

    I guess that line graph isn't the best one, I would use the Scatter one.
    You can't chart your datas as they are at this time.
    Every datas are date_time or duration values which can't be charted as is.
    Here, I converted the dates from column A into strings
    Then I added 6 columns in which I converted the durations into decimal hours.
    The original columns are hidden.
    The formula used to convert is a simple one.
    In H2, I inserted :     
    =STRIPDURATION(B)*24
    Fill to the right
    Fill Down
    to fill the other cells.
    Yvan KOENIG (VALLAURIS, France) dimanche 22 mai 2011 21:26:18
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • 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

  • Multiple symbols for line graph in illustrator

    I can't figure out how to change the default square data points in a line graph.  When I try to got to Object>Graph>Marker it is greyed out.  When I click on a circle symbol and then try to go to Object>Graph>Design, it is greyed out.  I am so frustrated trying to do the simplest things in this program.  The online tutorials on how to make graphs do not seem to explain the simplest of tasks, only the difficult.  Thanks for any help! 

    Skeptic,
    Yes, it's cumbesome, but it's described in Online Help (at least in CS3 and prior):
    Draw whatever you want to use for the marker. (It can be a Symbol; doesn't matter.)
    Draw a rectangle and send it behind the marker artwork. For a marker on a line chart, the size of the rectangle relative to the marker art defines the scale.So the rectangle can be smaller than the artwork to make the artwork larger, as shown above. The rectangle can be unstroked, unfilled so it doesn't show.
    Select both the artwork and the rectangle. Group. Leave it selected.
    Object>Graph>Design. In the dialog, click New Design. Click OK.
    Black pointer: Select the graph. Object>Graph>Marker. In the dialog, select the Design you just created. Or...
    White pointer: AltClick a single marker in the Graph. AltClick it again to "select up" (Illustrator's upside-down selection scheme) to the parent group. AltClick again to include the legend marker. Object>Graph>Marker. In the dialog, select the Design. This way, you can assign different markers to the various lines in the line graph if you want.
    JET

  • How to set the 4th Y axis color for a line graph

    Hello experts,
    I have developed a multiple y axis line graph using oracle reports 10g.
    It has got 1 x axis and 4 axes. I am able to set the color of the the first three y axes
    but the reports designer automatically assigns yellow color to the 4th axis.
    I mean there is no option in the graph wizard for changing the 4th color)
    How to change the color of this 4th y axis to a desired color?
    Cheers
    Sri

    Assuming you mean that your graph has 4 series, not 4 Y axes, you might try something like this:
    1. Save a backup copy of your current report in case the changes you are about to make don't work out and you want to revert to the backup copy.
    2. Using the Property Inspector, display the current value of the Graph Settings property for your graph. The value of the property should be something like:
    <rw:graph id...
    </rw:graph>3. Look for a <SeriesItems> tag and a matching </SeriesItems> tag in the property value. If you don't find them, add the following two lines immediately before the </Graph> tag.
    <SeriesItems>
    </SeriesItems>4. Between the <SeriesItems> tag and the matching </SeriesItems> tag, add (or update) a <Series> tag for each series that you want to specify the color for. For example, to specify the color of the fourth series as red, you would use a <Series> tag like this:
    <Series id="3" color="#ff0000"/>Note that the id numbers start at 0 for the first series, 1 for the second, and so on. The color value is a hexadecimal number specifying the RGB value of the color.
    You can also use the <Series> tag to specify other features like the marker shape.
    For more information on what you can do using the Graph Settings property, see this FAQ and Technical Note.
    Hope this helps.

  • Data Point Symbol in Line Graph  - can you change the size?

    I would like to change the Data Point Symbols in line graphs - if not the actual symbol it would be wonderful to be able to change the size of the symbols provided.
    At present, if there is a lot of data in the graph, the symbols are too big and crowd one another.
    I know that one can reduce the line size but that doesn't change the symbol size.
    Help please.

    If I understand your question, this from the Pages online help may give the answer:
    To mark line, area, and scatter charts with data point symbols:
    Select the entire chart. You can also select the chart series (the line or area shape) that you want to mark with data point symbols.
    Click Inspector in the toolbar, and then click the Chart Inspector button.
    Click Series (except for scatter charts).
    Choose a symbol from the Data Point Symbol pop-up menu.
    Choose one of the following options from the Symbol Fill pop-up menu:
    To fill the symbol with the same color as its outline, choose Use Stroke Color.
    To fill the symbol with a solid color, choose Color Fill, click the Fill color well, and pick a color.
    To fill the symbol with a gradient, choose Gradient Fill and use the gradient controls to set the colors and change the angle of the gradient.
    To fill the symbol with an image, choose Image Fill and select the image you want. You can also resize the image by choosing an option from the pop-up menu above the Choose button.
    To fill the symbol with a tinted image, choose Tinted Image Fill and select the image you want. Click the color well to the right of the Choose button to change the tint color. You can also resize the image by choosing an option from the pop-up menu above the Choose button.

Maybe you are looking for