Mixing graph types

Hi Experts,
    I have a requirement to show two graph types. One as background another for representing data in foreground.
        For the graph to show background; the color bounds must be shown vertically and for that i am using Chart Type Stacked Bar. But in order to show Data in foreground, i need to use Column chart, which is not coming as a supporting type to Default Series. How can i solve this problem?
Direction of Stacked Bar Chart            ->
Direction of Column Chart                    ^
Regards
    vinod.

Hi,
It depends on how you are going to use this data. There are some GIS systems which do not allow mixed geometry type in a single table.
There are some performance gains that can be gained if you keep your points separate but only if you have large numbers of records.
I have tables with combinations of geometry type and it works for me.
Regards.
Ivan

Similar Messages

  • Multi plot cursor in Mixed Graph

    If Digital waveform and normal waveform graph is plotted in a mixed graph, and if I choose watch all plots(multi plot) in cursor, LabVIEW closes immediately with an error popup dialog
    I have attached the print screen image of that error popup
    Attachments:
    error.JPG ‏188 KB

    Hi Stephen,
               I found a considerable solution to overcome that error.
               Build all the array data at first and then generate digtal
    waveform in single instance.
               ie., With number of numerical array data, build a 2D array of
    numerical data and make a transpose and then generate a waveform.
               It generates number of digital waveform equal to that of the
    column size of 2D Array.
               Do not build generated digital waveforms. This creates an error
    while using multi plot cursor--> watch--> All plots.
               I have attached the modified, bug removed Vi with this message for
    your reference.
    Regards,
    Raja
    Project Engineer
    Soliton Technologies
    www.solitontech.com
    Attachments:
    Mixed Graph Modified without Error.vi ‏25 KB

  • Mixed Graph - Multi Plot Cursor Problem

    If I plot both Analog Waveform and Digital Waveform in a single Mixed Graph, and when I choose watch all plots in cursor legend, LabVIEW crashes with an error message.....
    I have also attached  the Print screen image of that Error
    Attachments:
    error.JPG ‏188 KB

    Jared Boothe,
               I found a solution to overcome that error.
               Build all the array data at first and then generate digtal waveform in single instance.
               ie., With number of numerical array data, build a 2D array of numerical data and make a transpose and then generate a waveform.
               It generates number of digital waveform equal to that of the column size of 2D Array.
               Do not build generated digital waveforms. This creates an error while using multi plot cursor--> watch--> All plots.
               I have attached the modified, error free Vi with this message for your reference.
    Regards,
    Raja
    Project Engineer
    Soliton Technologies
    www.solitontech.com 
    Attachments:
    Mixed Graph Modified without Error.vi ‏25 KB

  • Using scatter graph type in oracle 10g forms using bi beans

    hi.. how i can use scatter graph type in oracle 10g using bi beans..
    it seems scatter graph is supported in 10g but it doesnt work at all..
    i used to use oracle graphics builder in oracle 6i forms,now i need to convert all my old graphs to 10g forms..the line,bar and pie it work very well but the scatter didnt work..
    so please if anyone know how to use it please tell me.. and what versions of bi beans support the scatter graph type
    thanks.
    u can email me in
    [email protected]

    Hi,
    What version of Oracle Forms are you using? If it is 10.1.2.0.2 (10g R2 Phase 2) then the BI Beans version should be 10.1.2.1 (3.2.2.0.24.2).
    When you run a Graph, do you see any version numbers?
    Regardless of the version, scatter graph should work. What kind of errors are you getting?
    When you install BI Beans in JDeveloper, you get access to BI Beans Help. Go to the following topic for setting up data for a scatter graph:
    Help -> Building Applications with BI Beans -> Presenting Data in Graphs -> Specifying Data for Graphs
    Did you try posting your question on the Oracle Forms forum?
    BI Beans PM

  • Cursor values manipulati​on in "Mixed Graph"

    I have two cursors on the "Mixed graph".
    Using Cursor Palette, I am reading the current values of both cursors. But when I manipulate them, it works only when the program is running. Is there any way to find the difference between the two even when the program is not running.
    Secondly, when I try to find the x-value using property node, it gives X- value of 2nd cursor only. how can I extract the X-value of 1st Cursor. 

    Billo000,
    Here are some examples on using Mixed Graphs and the cursor palette:
    https://decibel.ni.com/content/docs/DOC-3671
    https://decibel.ni.com/content/docs/DOC-2065
    https://decibel.ni.com/content/docs/DOC-2171
    https://decibel.ni.com/content/docs/DOC-3118
    I hope these get you going
    Sam S
    Applications Engineer
    National Instruments

  • Timing in Mixed Graph Signal

    Hi,
    I would like to graph digital and analog signals on Mixed Graph Signal. I have an option to see portion of these waveforms ( for example start at second one and plot 2 seconds of data). The problem I have is I need to check Autoscale ( X scale ) to see my waveforms but if I do this the X scale starts from bogus numbers. And if I programatically change Start , min and max of the X scale of the mixed graph then I can't see ,my signals .
    Could you pleae let me know how can I fix thois timing issue.
    Thanks

    You can also control autoscaling with property nodes - in fact the property nodes give you three option. On, Off and Autoscale one time right now.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Shortcuts don't stick. Hidden shortcut for Graph Type?

    I realize there is a glitch that Adobe won't address. Custom shortcuts sometimes don't stick. The only tip I've received is to reselect my custom shortcuts each time I launch Illustrator (this is a pain).
    I tried a different approach and assigned an alternative shortcut. But it still doesn't stick for one menu item: Object>Graph>Type.
    When I was creating a new graph, I was in the data window and accidentally hit a key that opened the Graph Type dialog. I might have been imagining this, but does anyone know if there's an alternative key to open the Graph Type window?
    I suspect Adobe is already preparing CS5 so I don't see a fix coming at all.
    thanks

    I set it to Shift I and it worked after relaunch on a Mac.
    As far as the command aboveI doubt that will work.

  • This graph type requires at leaset 2 coulmns of data

    Dear all,
    yesterday i just started to use the java bean to display a graph in forms 10g R2
    and i have a table called dba_conncted_user and its like the following strucure:
    Day No_Of_Users_Connected
    01-02-2007 11:12 AM 50
    01-02-2007 11:14 AM 30
    01-02-2007 11:16 AM 15
    01-02-2007 11:18 AM 60
    01-02-2007 11:20 AM 45
    so i want to show a vertical line graph and i am using the following procedur, but i got the above message that the data has an insufficient number of columns, this graph type requires at lease 2 coulmns of data. the data provided has 1 coulmn
    the procedure as the following:
    Procedure Affiche_Graph
    vBeanArea varchar2,
    vDelimiter varchar2
    ) IS
         vData varchar(4000);
         Cursor C_Test is
         Select to_char(ddcu_user_count) a, to_number(to_char(ddcu_date, 'ddmmrrrrhhmm') ) b, to_number(to_char(ddcu_date, 'ddmmrrrrhhmm') ) c
              from test_graph
         Where to_char(ddcu_date, 'dd-mm-rrrr hh:mm') = to_char(Sysdate, 'dd-mm-rrrr hh:mm')
         And Rownum < 7000
    Order By to_char(ddcu_date, 'dd-mm-rrrr hh:mm') ;
    BEGIN
    SET_CUSTOM_PROPERTY('BL_GRAPH.GRAPH',1,'GRAPHTYPE','VERTICAL_LINE_GRAPH');
    for ctest in c_test loop
    vData :='Total '||vDelimiter||ctest.A||vDelimiter||ctest.B;
    SET_CUSTOM_PROPERTY(vBeanArea,1,'ADD_ROWDATA',vData);
    End Loop ;
    SET_CUSTOM_PROPERTY(vBeanArea,1,'ADD_DATA_TO_GRAPH','');     
    END;
    thanks and best regards,
    Ashraf

    Hi,
    do you have any solution for this problem?
    Roman

  • Graph Types getting shuffled when use Series for both graph types

    Hi,
        I have a requirement to use two Graph types in a single Business graphics UI element.
    First Graph type is of STACKED COLUMN, and the second one is of LINE. When i use Series for both graph types; they are getting shuffled and not readable.
    Same is happening on use of Simple series for STACKED COLUMN Graph type and Series for LINE graph type..
    How can i solve this problem?
    vinod.

    > unfortunately when i run this i am getting the following error for all my types:
    ORA-00904: "INHERITED": invalid identifier
    Yep, quite rightly "unfortunate". One of my pet peeves about Oracle's o-o implementation. You cannot call inherited methods using the inherited command - it is not supported.
    Which explains the Oracle error message - it is telling you it has no idea what the command (identifier) called "INHERITED" means.
    There are ugly workarounds (one which I have posted in the PL/SQL forum I think in the distant past - 8i?)... but it is pretty much a hack and not something I would like to consider for production.
    Not sure if recent Oracle versions step up to the mark in this case - I have not seen anything that supports calling the inherited class methods from within an override for example.
    Perhaps if you show us a basic example of what you are trying achieve we can suggest alternatives?
    > does any one know what i am missing?
    Better coach and/or players so that the Wales rugby team can give England and France proper hidings and win the 6 Nations? ;-)

  • Custom Graph Types

    Dear All,
    I've a requirement to create a "Stacked Vertical Bar Plus Line" chart - something currently unavailable in Answers. I've talked this through with my Oracle consultant, and depending on how badly my client requires such an output, we may attempt to create a custom graph type.
    The basic steps of the modification are laid out by John, at his blog http://obiee101.blogspot.com/2008/01/obiee-adding-customized-graphtype.html
    I'm just wondering if anyone has attempted such an operation- before I dive in head-first? Any suggestions would be most welcome!
    Many thanks,
    A.

    Hi Ally
    I have some experience with it..... :-)
    Do you already have your custom PCXML file?
    HTH
    John
    http://obiee101.blogspot.com

  • CS3 - Object; Graph; Type - Crash

    Working in InDesign and Illustrator CS3 and having 2 problems:
    - From within Illustrator I have an existing simple bar graph that has been plotted and the bar colors changed. The client wants the left axis changed from a maximum of 50% to 60%. When I select a piece and go to Object; Graph; Type the program crashes. Tried this 3 times in a row and the program crashes every time.
    Would this Graph be corrupt in someway?? Can I resave, rename??
    - The other problem is within InDesign: Select the Graph, Edit Original and Illustrator will crash.
    Peter

    I realize this is an old post, but I've had the same crashing in Illustrator when selecting Type for many versions (since they haven't significantly updated the tool since, ever?). I've recently finally figured out why it happens, at least for my situation, so I'm posting here in case it happens to help someone else.
    The default behavior for charts in Illustrator is for the plotted points/bars/etc. to be on top of other graph elements. With line graphs this is usually fine, but with bar charts it's visually stupid—the bars will appear half on the axis line and half off. So I figured out that I can rearrange the stacking order of the bars by selecting just the bars with the direct/group select tool and sending to back. Works great…
    But then I get the crash when selecting Object>Graph>Type. Every time, reproducible.
    Illustrator doesn't mind if I click twice on the axis and bring it to the front. So I'm relieved there's another way, but I haven't figured out how to fix a chart that's been "broken."

  • Creating a combo box to change graph type

    Hello Gurus,
    I need to create a combo box in a web page to change the graph type used. How would I go about to achieve this?
    Thanks.

    ceate the second combo box , at the palce where i will create the first combo boxAs i see .. u dont require two comboboxes in u r case just have to set the combobox with different ComboBoxModel each time u make a selection.
    in listener event of the combobox change the model with setModel function. You can create new model by
    combo1.setModel(new JComboBox(new Object[]{"opt1","opt2","opt3","opt4"}).getModel());

  • Integration of New graph type in OBI application

    HI,
    We have a requirement where in client is interested to add a new type of graph into the OBI Application. No details of the graph type yet.
    Can you please let me know the feasibility  and the steps involved in integrating a new graph type in the OBI application.
    Thanks,
    Kiran

    Dear Christian
    Can you please let me know the meaning of SWF?
    Anyway, I would use "Transaction Launcher" customizing to display a URL in crm ui framework.
    Regards
    Bhavishya

  • Have more than 2 groups in Mixed Graph Signal

    Hi is it possible to have more than 2 groups in Mixed Graph Signal . I would like to graph my analog signals seperately like digital signals in Mixed Graph Signal but seems like I can have only 2 groups. 1 for digital and for analog. Is it possible to add another analog group so I graph my each analog signal in one group
    Thanks  

    Hi,
    This discussion has come up in a couple of previous posts:
    http://forums.ni.com/t5/LabVIEW/Mixed-signal-graph-Group-update/td-p/471000
    http://forums.ni.com/t5/LabVIEW/Programming-a-Mixed-Signal-Graph-s-Plot-Area-Name/td-p/1288066
    There still isn't any property node that enables us to do this programmatically.
    Thanks and Regards
    Supreeth.K
    Applications Engineer
    NIUK

  • Mixed content-type in email

    Hi,
    I want to send emails in html-format. However, some clents can't decode html, but includes the message as an attachment. In this case I would like to have a text that tells the reciever to open the attachment. I have tried to laborate with Content-type: multipart/mixed, but I haven't managed to get it to work. Someone having an idea about this?

    As an addition: I'm not totally sure what mail clients will do with it, but maybe you could use a structure like that:
    +----- multipart/alternative -------+
    |                                   |
    | +--- multipart/mixed -----------+ |
    | |                               | |
    | | +- text/plain --------------+ | |
    | | | save message              | | |
    | | +- text/html ---------------+ | |
    | | | contents                  | | |
    | | +---------------------------+ | |
    | |                               | |
    | +----- text/html ---------------+ |
    | | contents                      | |
    | +-------------------------------+ |
    |                                   |
    +-----------------------------------+Regards

Maybe you are looking for

  • A solution to the S750 speaker system problem

    Well my s750 died just like everybody elses. But after creative wanted me to pay 75% of my purchase price, I found a better solution. Nope, I am not fixing the unit like you guy's. I do not see the need to fix a poorly design system! I am not sure if

  • Upgrading OSX to add longevity to machine

    Hi, I've got a Mirror Door G4, and whilst it would be nice to have the latest Intel Mac Pro this is not a financial option. I am however trying to improve on what I've got to add longevity to the machine. I've just put in 4x 512MB memory to bring it

  • What is the latest mac osx for my macbook

    i'm using an old macbook from 2007 can you help me

  • Data movement from R/3 DB to APO DB and to Live cache

    Dear APO Experts, I have few questions on live cache and how it works, I understand that Live cache is memory resident database. below are my questions. 1) What sought of data move from R/3 DB to APO DB and then to Live cache DB 2) When data moves fr

  • Stop Blank Form Spam

    I need to make sure I understand something. Bots take forms and fill all the fields with nonsense and submit them. In addition, they can work to use your domain to send emails in a spoof format. Bots do not pay attention to java nor css. Honey pots c