Tooltip for each series of Business Graph in webdynpro

Hi Experts,
    Here In the Business Graph of webdynpro, on x-axis am taking sales order&corresponding purchase orders on each day
and in the y-axis am taking Prices...Iam able to display successfully,Here the requirement is whenever the user place on
the peak point of the column(or tooltip of each series or at edge of the column either it is purchase order or sales order).We need to maintain
the sales order amount(if the column is sales order) or purchase order amount(if the column is purchse order)....
              anyone could suggest me suitable solution for this...thanks in advance....

OK! Its done! The solution does not help exact, but it gives my the way! With the coordinates of the MouseEvent I can get the Value of the current table row and set the ToolTip text new. Teh ToolTipManager automatically repaints the ToolTip whit the new text and position.

Similar Messages

  • How to let the user define the colors for each plots in the graph (I use LabVIEW 7)?

    How to let the user define the colors for each plots in the graph (I
    use LabVIEW 7)?

    Hi,
    Take a look at this example, it uses property nodes to select tha
    active plot and then changes the color of that plot.
    If you want to make the number of plots dynamic you could use a for
    loop and an array of color boxes.
    I hope this helps.
    Regards,
    Juan Carlos
    N.I.
    Attachments:
    Changing_plot_color.vi ‏38 KB

  • Show DataTips for each series

    Is there a way to customize the DataTips for each series in a
    chart? I have a column chart that has a line series in it. The
    columns display actual data, but the line shows an average.
    Currently the datatips are set to show the column chart values,
    even when a user hovers over a line chart datatip. Is there any way
    to have the datatips for the lineseries display the lineseries
    data?
    I know I could create a DataTipFormatter that included both
    the column data and the line data at the same time, but I would
    like them separate.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    L (Flex 3):
    The LineChart control represents a data series as points
    connected by a continuous .... whose contents are highlighted when
    a user moves the mouse over it.
    Link:
    http://livedocs.adobe.com/flex/3/langref/all-index-L.html
    Is it possible to use data labels with line chart? - Flex
    India:
    Feb 27, 2008 ... I want to create a line chart which shows
    all the labels, regardless of the mouse pointer.
    showAllDataTips=true works but the result is
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/709c9651ad7c9062
    mx.charts.LineChart (Flex 2.0.1 Language Reference):
    Specifies the distance, in pixels, that Flex considers a data
    point to be under the mouse pointer when the mouse moves around a
    chart.
    Link:
    http://livedocs.adobe.com/flex/201/langref/mx/charts/LineChart.html
    Print Page - Disable datatip but keep mouse event on line
    chart:
    Flex and ActionScript 3.0 => Flex Charting => Topic
    started by: Sablotron on 29 July 2008, ... Title: Disable datatip
    but keep mouse event on line chart
    Link:
    http://www.flexdeveloper.eu/forums/index.php?action=printpage;topic=895.0
    [#FLEXDMV-1683] dataTipFunction for LineChart is not executed
    when:
    Mar 12, 2008 ... Set dataProvider for LineChart with one
    datapoint 3. Set a dataTipFunction for the LineChart Actual
    Results: Datatip does not show on mouse
    Link:
    http://bugs.adobe.com/jira/browse/FLEXDMV-1683
    Disable datatip but keep mouse event on line chart |
    flexdeveloper:
    Aug 6, 2008 ... Disable datatip but keep mouse event on line
    chart, help forums for developers working with ActionScript 3.0,
    Flex 3, Flash CS3.0, and AIR.
    Link:
    http://www.flexdeveloper.eu/forums/index.php?topic=895.msg2716
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • JTree- seperate tooltip for each node

    hi,
    i would like to have different tooltips for different nodes. in all tutorials they have given the method of assinging tooltip in a general class i.e. setting a tooltip for all leaf nodes etc.. But i would like to have seperate tooltip for each node.
    thanx

    hi,
    Doing both of the above tasks will lead to have a tooltip same for all nodes. But i need all the toltips to be different for different leafs.
    However i solved that problem using mouseListeners and getPath() method..
    Now i have another problem. when i move my mouse over any leaf node(not necessarily selecting just on moving over the text) i would like to change the color of the text of that particular node to another color. If i use renderer to do this then it may change the color of all the nodes.
    how it could be done for only a particular node and not for all. Aren't there any renderers for nodes.
    thanx

  • Dynamic series in flash chart & color specified for each series

    Example of data:
    Date     Series 1     Series 2     Series 3     Series 4     Series 5     Series 6     Series 7     Series 8
    A     12     22     23     22     22     10     10     10
    B     10     9     55     8     8     20     20     20
    C     55     2     5     88     5     15     15     15
    In excel, I can get a stacked horizontal bar chart with the numbers of different series stacked and it is easy to specify the color for each series (it works with Dephi aslo).
    I use a PL/SQL to generate the dynamic series for the chart. And in my application, I need to show some serires with the same color (group of series, each has a specified color). One of the solution I am trying is to input a fixed color sequence and loop it many times in the custom color theme and then insert dummy series into the SQLS. But this could be a disaster while the number of group goes up.
    Anyone has better idea on this? Or is this a limiation of apex?
    Thanks.

    As I tried, apex can support 300 series at most. Dynamic series here is not a good solution still.

  • APEX multi series line chart with different markers for each series

    I am using APEX 4.0 and trying to create a multi-series line chart that will have a different for each series.
    Does anyone know how to accomplish this?
    Edited by: user4635837 on Apr 19, 2011 7:22 AM

    Hello -
    It is possible to do.
    Another user in this forum has written some code snippets to assist in creating your own custom XML for charting. That reference can be found http://apex.oracle.com/pls/apex/f?p=36648:30:418355095936797::NO:::
    Look this over and it should get you moving in the right direction.
    What you are trying to do isn't terribly difficult. In fact, I did it fairly easily as can be seen http://apex.oracle.com/pls/otn/f?p=28155:4:362637005964920:::::
    First, create a Hidden page item.
    Next, create a process that runs before regions
    That process will create the XML for your line chart and store it in the hidden page item. Use the above references for assistance in setting up the PL/SQL in the process
    Then, create your custom XML for your chart. Replace the #DATA# tag in the custom XML with your hidden page item.
    It is a bit daunting at first, but once you get the hang of it, it really isn't that bad.
    Austin

  • Yone Tooltip for each item of select-list

    Could an

    To set the tooltip for each value selected from Drop Down list - means value is selected in drop down list and the mouse over on the field (i thought this way, if its not correct ignore the same.
    For the above case check the selected drop down value on change event and set the desired text as tooltip.
    For example
    if(xfa.event.newText == "One")
    this.assist.toolTip.value = "You Selected Choice " +xfa.event.newText;
    Thanks,
    Raghu.

  • I want to set for each ponit in a graph wich color it had, how i can make that?

    i want say to the graphe wich color had each point

    > i want say to the graphe wich color had each point
    This isn't the common usage of the graph, and in fact each point on a
    plot has the same color.
    You might be able to do what you want, by adding a new plot for each
    point. You can also modify one of the picture control graphing examples
    to take in two arrays and it could change the color as it draws the plot.
    Greg McKaskle

  • Tooltip for each record?

    Hi Folks,
    I have a list of names as a contact directory, showing
    contact details for each member of staff at my workplace.
    As some of the criteria are long descriptions, I'd like to
    show a few characters, and then when they hover over the link, it
    shows the whole word as a tooltip.
    Can anyone tell me how I can use query.currentrow to generate
    the triggers dynanically?
    I'm not sure where to start.
    Thanks in advance

    Start with sample file:
    http://labs.adobe.com/technologies/spry/samples/data_region/TooltipwithData.html
    and let us know if you have more questions!
    Don

  • Dynamically controlling the label of the series in Business Graph

    Hi All,
    I am using the Stacked Column type Graph in my application. For every stacked column in the graph i am displaying its corresponding value. if there was no value for a particular stack, 0 is getting displayed. is it possible to remove this 0? (i.e) label of the series need to displayed only if the value is greater than 0.
    Thanks,
    Mugu

    Hi Samir.......
    Name itself suggests that you can maintain the numbering series manually.
    Generally if you define the particular No. Series then it will take nos. sequentially but
    if you want the documents to take the no. randomly in such case you can define the
    Document No. of any sequence. But The nos. can not be repeated once you defined........
    Hope this clarified you more......
    Regards,
    Rahul

  • ToolTip for each node of the Tree in JTreeTable?

    Hello! I have the problem that a ToolTip i have set in the TreeCellRenderer would not been displayed! Only one ToolTip will pop up over the JTreeTable with the ToolTipText that was set in the first CellRenderer. Does everybody have an idea?

    OK! Its done! The solution does not help exact, but it gives my the way! With the coordinates of the MouseEvent I can get the Value of the current table row and set the ToolTip text new. Teh ToolTipManager automatically repaints the ToolTip whit the new text and position.

  • Business Graph customization in webdynpro

    Hi,
       How to provide description for data series in business graph?
    in graph customization, i tried to edit data series. when i pressed enter and checked it again it showing same, as before editing it was.
    like before editing it was 'Series1', i made it as 'Comp'. but after enter when i come out and checked it again, it is coming as 'Series'.
    Regards
    Vishnu Gupta

    Hi Vishnu,
    Can be more clear.
    Do you want to change the label names for the series .
    When you check the wdr_test_eevtns->BG_SIMPLE you can see the series as COFFEE and ESPRESSO being used and their lable names.
    As per my undersatnding you want to change the header of the series ie(X-Axis Name/title). Is it so.
    Please check out this links -
    Re: Business Graphics Customizing
    Dynamically changing Title in Business Graphs
    Regards,
    Lekha.

  • Drill Down for Multiple Series in a Line Chart

    Hello,
    I seem to have a problem with the drill-down functionality in a line chart that has multiple series.
    I have a line chart that displays the readings of a patient over a period of 1 month. For each day, there is the glucose level reading, blood pressure reading, etc... So, each reading is a different series in my line chart graph.
    The basic requirement is: With a mouse over event on the chart, I am willing to display all the data that belongs to that day. The data will be displayed at the bottom of the screen in a small panel. It is very simple to do it when the line chart has only 1 series:
    i) Enable drill down.
    ii) Choose 'Row' as insertion type.
    iii) Fill out the destination field.
    iv) Make sure your labels (at the bottom of the screen) get the data from the destination cell.
    When there is more than one series, it becomes very difficult. XCelsius will not let me use the same destination cells for different series. So, I will have to use other destination cells. In that case, I will not know on which day is the user on. Is there any way to achieve this functionality?
    Let me know if you need further information.

    This is certainly possible, but there's a bit of a trick to it (and really hard to explain without screenshots!). There's two halves to it:
    1. Write the date that has been selected to a cell (for each series).
    2. Write the name of the series that was clicked to some cell (this is the property 'Series Name Destination').
    So let's say your three series are Glucose, Blood Pressure and Temp. Have those series names in B1,C1,D1 (with your dates down in column A). Insert a row below the series names (2:2), and then set up your insertion type for the chart as 'row'. The source data (for all three series) should be your list of dates in column a. The insertion cells for the three series will be, in order, B2,C2,D2. Now, depending on which point is clicked in the chart, the selected day will be inserted into one of those three cells. Completely useless unless you know which series was clicked.
    So you need to insert the name of the series that was clicked ('Series Name Destination') into the spreadsheet, let's say in F1. The rest is just Excel formulas. The logic is, you can now tell what series was clicked, and go and look up the date that was inserted for that series, then go and look up the row that corresponds to that date. So to get the date that was just clicked, your formula (in F2) would be =HLOOKUP(F1,B1:D2,2,0).
    Then a VLOOKUP will get the results from that row of data. For example, if I inserted another row at row 3 (to show my 'result' values) the formula in B3 would be =VLOOKUP($F$2,$A$4:$D$13,2,0).
    I hope that makes sense.

  • Convert a scatter graph with multiple data series into individual graphs

    I am trying to convert a scatter graph with multiple data series into individual graphs, with the series having the same formatting as in the graph when all series are together.
    Normally, if I delete any series, the color scheme for all the other series vanishes. I can then waste more time in having to re-adjust the  color and shape of the series, but this is tedious. This, I do not want. Is there an automated way to do this?
    Ideally, of course, all series would appear in little subsections in the space of the former one graph, all with individual axes, but I can't have all, so I'll settle with having several individual new graphs, each with just one series, and with the original
    formatting.
    Thx.

    How about creating a copy of the chart, and then setting all series except one to be transparent (no line, no marker)? Repeat for each series.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Is there a way to have tooltips for every column in a TableView?

    Hi there!
    I found in documentation that any node and control can show a tooltip ( http://docs.oracle.com/javafx/2/api/javafx/scene/control/Tooltip.html ) but I can't get tooltips to work for TableColumn (a column from TableView).
    Do you have any idea how could I have tooltips for each column of the table view?

    TableColumn's are neither controls nor nodes, so you can neither set nor install tooltips on them.
    You can use cellfactories to set tooltips on cells generated from the factories.
    You can use css style lookups (node.lookup function) to get access to table nodes (such as the headers) after the tableview has been displayed on a stage and then manipulate the displayed nodes to add tooltips. It's not a great approach, but it is the only approach I know at the moment that would work.

Maybe you are looking for

  • System settings inside an app

    Hi:   Is there any way to go to the system settings page,  just clicking a button inside my app? I'm programming for blackberry Z10 Solved! Go to Solution.

  • Perl API: growing memory problem in loops over large sets of data

    Hi, When going through all XmlResults like this: while ($results->next($val)) { print $val->asString, "\n"; The process size keeps growing. It does not when I comment $val->asString method out, but then I have no way of getting the results. This beco

  • Droplet has strange icon and won't activate.

    I've never had trouble creating droplets in CS3, but now every time I create one it shows up with a strange (rough-looking, jagged edged) type of icon.  If I try to drop a file on it, it won't activate. I know the action works because if I open a fil

  • Aperture 2.0 vs. Photoshop Elements 4/6

    I hope this is the right place to ask this. I'm getting a Mac soon to do photo organization and editing. I have a Nikon D200 and I use Photoshop Elements 5.0 on Windows right now. I need basic photo editing, tagging, and organization capability. I cu

  • Bug: Problems with attatching with dbx

    If you attatch do a process with dbx, another program with the same name as the one you attach to is before it in the path, than dbx will become very confused. If no program with that name is in the path it works. Irritating. Should be fixed. Took a