Customization of legends

Hi Friends,
I have 3 questions in obiee11g.
1) I have graph. On X-Axis, I have date, and on Y-Axis, I have product and measures.Now , in legend it is showing both products and measures.
I want to see only products in lengends not measure.How can I do it?
2) Is it possible to change or edit tooltip?
3) How to appened text in data format in column properties in obiee11g?
Thanks.
chaitanya

The region under which apply button will be, should have the handle of apply button in the controller attached, Then you need to extend this controller.
Anoop

Similar Messages

  • Customize plot legend

    Hello all, I am trying to customize a plot legend. Changing the color to transparent gets me only to the point where the pseudo-3d effect of the surrounding box is gone. How do I get rid of the hole around the plot sample in the legend? I want it to look like a simple plot with, at most, a box around the entire legend. Thank you very much.

    Hello asche,
    I justed tested it:
    I can make everything transparent, so that you only see the text and the line of the legend...
    I only used the color tool to do so.
    Oh wait: to remove the box around the line style of the legend you have to make the border of the
    graph display transparent. It seems to use the same setting: graph fore- and background is the same
    like legend plot style... I made a picture to show this behaviour.
    So it seems that NI has to change a setting in LabView for the next version...
    Best regards,
    GerdW
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Graph_legend_transparent.png ‏8 KB

  • Customize the legend of a pie graph to show only one series

    Is there a way to show only one series in the legend though the pie graph displays more than one series?
    Any help is greatly appreciated
    Thanks
    KK

    Here is an example that changes the scale of a graph. I think it is what you are looking for. Post back if it is not.
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]
    Attachments:
    Update_graph_scale.vi ‏40 KB

  • How can I customize my legend?

    I have an xy graph that displays 3 different traces corresponding to three different frequencies. How do I get into the properties of the legend so that I can identify what frequency the traces correspond to?

    right click on the graph. go to properties/plots tab then in name field type the name you want that plot to have.
    hope this helps
    Joe
    Joe.
    "NOTHING IS EVER EASY"

  • Customize Legend in Crystal report 2008

    How do I customize the Legend in crystal report 2008. I want to change the legend text in print preview mode but I am not able to open the chart in preview mode as it is asking for a XML path but I am not using any XML file . Is there any other way to change the legend text ?
    Thanks in advance
    Sakshi

    Not clear what you are doing? Is this an application you wrote?
    Legend text is what you defined in the Group.
    Change the Group header then you have your change.
    Thank you
    Don

  • Legend customization howto....

    hi everybody,
    i have the need for a project i'm involved in, to customize the legend items of a plot with significative names retrived from a configuration file. I've thought to use property node but no method is defined to do that. Does anybody holds a solution or an alternate way to achive this goal?
    Thanks a lot for your answer
    Max (Rome/ITALY)

    Max,
    I think Mache's advice is still the correct advice. See attached image of block diagram demonstrating how to programmatically modify the plot name (the one in the legend) and the plot line style of two plots on a graph. The technique here relies on the fact that property nodes are executed top-to-bottom in LabVIEW, so first the properties of Plot 0 are set, then the properties of Plot 1.
    If you feed "Relative Humidity" to one of those Plot.Name inputs on the property node, you'll see that the plot legend updates accordingly.
    Take care,
    John
    Attachments:
    chart_properties.png ‏28 KB

  • Customize columns in performance view legends

    When we create performance view, it has two panes. Top pane contains the chart or graph and bottom pane contains the legends. The legends have column like show, color, Path, Target, Rule etc. I have couple of questions regarding legends pane:
    1. Can we customize the legends columns name. For example can we hide or rename the column?
    2. Can we change the position of columns?

    Here is the link of the sample performance view
    https://drive.google.com/file/d/0B-35XfjYNlwqWjNMUUFYZXpSN2c/edit?usp=sharing

  • Customising the Legend  (Legend Box) - SQL DEVELOPER DATA MODELER

    Hi,
    Is there a way to customize the legend Box (obtained when you right click Show->Legend in the Relational or Logical model window) in the latest latest version of SQL Developer Data Modeler.
    For example i would like to remove a particular attribute from the legend say Changed by or Author.
    Thanks in advance.

    Hi,
    It is not possible.
    There will be such option in the future.
    Regards,
    Ivan Zahariev

  • Chart legend visible item

    How to update the legend list??
    is I reduce the number of traces, the legends reduces, but if I add traces, is does not show up (the nes traces)

    You can use SetTraceAttribute with ATTR_TRACE_LG_VISIBLE attribute.Other trace attributes permit you to customize the legend as you will.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Size of plot legend graphics

    After trying to resize the plot legend of a waveform graph with the mouse, the small graphics showing the color and other plot properties suddenly got much longer, and the plot text was no longer left aligned. Tried to modify the legend programatically with a property node, setting ActPlot, LegWidth etc, but it doesn`t work the way I expected. The attached picture show an example of the problem. I want to resize the legend so it get a width the same as the outer bounds of the graph, the text should be left aligned, and the graphics stay small and right aligned. I`m using LV 2009.
    Spoiler (Highlight to read)
    Attachments:
    graph-legend.JPG ‏66 KB

    Gunnar,
    You can basically get the sizes and alignations correct by customizing the Plot Legend. Select first the waveform graph itself -> Edit: Customize Control. After that select the first row (See Picture) from the Plot Legend and do the same -> Edit: Customize Control. Now you can type in the long plot name and move the graphics part to the right. Press "Apply changes" often to check if the Legend and its elements are in right place. Finally replace the original control with the customized control.
    I hope this helps. A bit tricky to explain, but by playing with the customizing tool I'm sure you will get the idea soon.
    Cheers,
    Cerati
    P.S. I noticed that it is in fact easier to write the plot names first directly to the legend and then use the customizing tool for the plot row to move the graphics to the right.
    Attachments:
    Customize plot legend.jpg ‏73 KB

  • Customizing legend text

    Hi!
    I've developed a graph in jdev by:
    1. Creating a stub for some web service.
    2. Creating a data control of the stub.
    3. Dragging the data control into a jsp page as a graph.
    4. Setting up the graph to show the correct data.
    Now I want change the legend text, since it shows the attribute name of the Java object, which is rather ugly. Can anyone tell me how to customize the legend text or point me to some relevant documentation?
    I'm using:
    BI Beans Graph version [3.2.1.0.13]
    JDev 10.1.2.1.0

    Hi Sergio
    No formatting is not the problem.
    After validating my input fields i get the error message: "2 errors occured" as notification above the navigation bar
    below both input fields i get my own field error texts in german.
    Now i want to have the text "2 errors occured" in german too
    thanks,
    Jochen

  • Bug: Changing line does not change legend

    Hello,
    I am almost certain this is a bug but hopefully I've done something wrong. Basically, I am printing a chart in black and white and I want one line to be dashed and the other solid. When I do this in numbers, the key/legend is not updated. Both appear as solid black lines.
    Please help

    Jerrold Green1 wrote:
    rjonna,
    At some point, when your needs depart far enough from the ordinary, or the popular, you must relax, regroup and take matters into your own hands.
    Sorry, Jerry, to give the impression that I was flummoxed. Regardless, I am not sure how you got the idea that I am not "relaxed," unable to "regroup" or capable of using my brain, so please spare me the supercilious remarks. The odd, off putting defensiveness I sometimes encounter in these forums puzzles me. It is as if Numbers is this "revolutionary," "fantastic" program that must constantly be defended from disgruntled excel users that "don't have a clue".
    Anyway, you unfortunately miss the point. This is a legitimate design query/criticism that might hopefully result in a future change; and it is meaningful to heavy users (like myself) who don't want to have to make custom legends all the time. There should be automatic synchronization between the line styles in the graph and the legend—simple as that. I queried the forums to make sure that I didn't miss anything, as I sometimes do. Thus, a simple, "Your only option is to customize the legend in that case" would have sufficed. I have Badunit to thank for doing just this.
    That said, one more thing, Badunit: I am still unable to change the color of the symbols. I am using Numbers '09 and the graphic inspector does not seem to have that option when I select the line or chart.
    I'll mark this as answered, and the answer is: *No, paradoxically Numbers does not update the legend when strokes are changed; only when "data symbols" are used.*
    Many thanks for the replies.
    Message was edited by: rjonna

  • How to edit plot legend menu?

    Hello
    Is it possible to customize plot legend menu? Or to export some icons from it?

    Err-
    There are ways to modify the shortcut menu for most front panel objects, but not with the plot legend. As an alternative, you can disable the plot legend and create your own custom controls for the user to manipulate (and just use property nodes). This is more tedious, but may be the only way to get it done.
    Xaq

  • How to implement this customLegendCallback="#{MapLaunchScreen.legendInfo}"

    Hi Gurus,
    Im trying to customize the legend of an Information Window. For this i have used the below mentioned call back method & implementation for this call back method also metioned below.
    customLegendCallback="#{MapLaunchScreen.legendInfo}"This is how i mentioned in my jspx. The code in my jspx is below.
    ><dvt:mapPointTheme id="mapPointTheme3"
    > value="#{bindings.AREAWRGN1.geoMapModel}"
    > clickListener="#{bindings.AREAWRGN1.geoMapModel.processClickAction}"
    > selectionListener="#{bindings.AREAWRGN1.geoMapModel.processSelection}"
    > minZoom="1" maxZoom="2"
    > customPointCallback="#{MapLaunchScreen.process_PointInfo}"
    > infoWindowCallback="#{MapLaunchScreen.processWindowInfo}"
    > * customLegendCallback="#{MapLaunchScreen.legendInfo}"/>*
    >
    ><dvt:mapLegend pointThemeLabel="#{nmmarketmapuiBundle.MAPPOINTTHEME3}"/>
    And the corresponding function in the backing bean is below.
    > public LegendContent getLegendInfo()
    >{
    >LegendContent legendContent = new LegendContent();
    >legendContent.addLegendItem(new LegendItem("Information","../images/chart.JPG"));
    >return legendContent;
    > }
    Please help me resolve this Issue.
    Thanks.

    Do you have a mapToolbar on your jspx page? The legend is launched from the mapToolbar.

  • SSRS 2008 Pie chart Total

    Hi ,
    I have pie chart with value 30 ,10, 10.
    My legend showing category wise values but I also want to  show Total value 50 in graph .Is it possible .
    Akhilesh Sahu Sr.Software Developer

    Hi Akhilesh,
    If I understand correctly, you want to show total value on the legend. As per my understanding, a legend item is connected to an individual series on the chart in Reporting Services. The chart automatically adds items into the legend base on the series that
    are generated from your data. So in your scenario, you want the totals show on the legend, then you need to customize the legend. While in SQL Server Reporting Services, the custom legend is not supported in chart control.
    To work around the issue, I suggest that we can delete the original legend and create a custom legend outside the chart area by using a tablix control. In this case, we can show the total on the tablix. For more details, please see the following thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cfb4fa19-b2ba-426a-804b-b5ea83d70d62/ssrs-2008-chart-legend-missing-customitems-property
    If you have any other question, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • CUA: One or more errors occurred while checking the status of Windows Firewall on the cluster nodes

    Cluster with 2 hosts 2012 R2 Scheduled CAU fails with: CAU run {4EFE116C-AB49-456D-8EED-F7EDC764DA49} on cluster Cluster1 failed. Error Message:One or more errors occurred while checking the status of Windows Firewall on the cluster nodes. Review the

  • Error in the T.code J2I5

    Dear All SAP Gurus I am executing T.Code J2I5-Excise register extraction.Following error is coming Customization for Company-Plant 9090-9191 missing in table Excise Indicator for Plant Message no. 8I303 Diagnosis The customization details have not be

  • Publishing Refresh stopped - Return code: 0x45500D27 - 0x801901F4

    Hello,  We have a problem with our system.  The System is running on App-5 since a while. It is patched to sp1 and works nice. Now we have some client with Win8.1 Update 1. This wont run with app-v5 sp1 (logon process will crash if a new user login).

  • New PAGEot 1.9.9 is out...

    I've used this program to write the embed tags for my Qt videos for the past few years... Simple to use, accurate and saves on aspirants... http://www.qtbridge.com/pageot/pageot.html (All so makes you look smarter than you really are...) Oh...there i

  • Manager Applies leave for his employee!!

    Hi All, We are planning to implement ESS, and instead of giving all the employes access to portal, have thought of using 'ESS in MSS' or in latest version its in 'Related Activities'  of General Information Page. Its a standard process to achieve thi