How to control display with X-Y Axis interval

Is there a graceful way to control the display of X, Y Axis in SVG chart with line mode?
When more records retrieved, it is hard to read from the X axis.
How does Axes settings work?
Thanks,
Daniel

Is there a graceful way to control the display of X, Y Axis in SVG chart with line mode?
When more records retrieved, it is hard to read from the X axis.
How does Axes settings work?
Thanks,
Daniel

Similar Messages

  • ADF mobile: how to create graph with dual Y axis?

    Hi,
    Jdev 11.1.2.3.0 + mobile extension.
    I try to figure out how to create a dvtm:comboGraph with dual Y axis but without success.
    All series are rendered on the Y1 axis. Y2 axis even does not appear in the graph.
    here my code:
        <dvtm:comboChart var="row" value="#{bindings.lmrgGraph1.collectionModel}"
                         id="cc1" timeAxisType="enabled">
          <amx:facet name="dataStamp">
            <chartDataItem group="#{row.timeStamp}" value="#{row.acetat}"
                           series="#{lmrgGraphBundle.ACETAT}">
              <!--dvtm:referenceObject color="ff0000" displayInLegend="on"
                                    lineValue="#{bindings.graphTresholdAcetat.inputValue}"
                                    lineWidth="2"/-->
            </chartDataItem>
            <chartDataItem group="#{row.timeStamp}" value="#{row.plannedMachines}"
                           series="#{lmrgGraphBundle.BMPLAN}"/>
            <chartDataItem group="#{row.timeStamp}" value="#{row.actualMachines}"
                           series="#{lmrgGraphBundle.BMACTUAL}"/>
          </amx:facet>
          <dvtm:legend position="end" id="l1">
            <dvtm:legendSection id="ls1" title="Legend"/>
          </dvtm:legend>
          <dvtm:yAxis axisMaxValue="#{bindings.maxYAxisValueAcetat.inputValue}"
                      title="#{lmrgGraphBundle.MENGE}">
            <dvtm:majorTick/>
          </dvtm:yAxis>
                <!--dvtm:y2Axis majorIncrement="1.0"
                       title="#{lmrgGraphBundle.BETRIEBSMITTEL}"
                       axisMaxValue="#{bindings.maxYAxisValueMachines.inputValue}"-->
          <dvtm:y2Axis majorIncrement="1.0"
                       title="#{lmrgGraphBundle.BETRIEBSMITTEL}"
                       axisMaxValue="10">
            <dvtm:majorTick/>
          </dvtm:y2Axis>
          <amx:facet name="seriesStamp">
            <dvtm:seriesStyle assignedToY2="false" color="0052ff" lineWidth="2"
                              rendered="#{(row.series eq lmrgGraphBundle.ACETAT)}"
                              series="#{row.series}"/>
            <dvtm:seriesStyle assignedToY2="true" color="e7e700" lineWidth="10"
                              rendered="#{(row.series eq lmrgGraphBundle.BMPLAN)}"
                              type="bar" series="#{row.series}"/>
            <dvtm:seriesStyle assignedToY2="true" color="94f700" lineWidth="10"
                              rendered="#{(row.series eq lmrgGraphBundle.BMACTUAL)}"
                              type="bar" series="#{row.series}"/>
          </amx:facet>
        </dvtm:comboChart>kr
    Peter

    Hi Jan,
    meanwhile I have managed to display the second Y axix corret.
    Here my code:
                <dvtm:comboChart var="row"
                                 value="#{bindings.lmrgGraph.collectionModel}"
                                 id="cc1" animationOnDisplay="alphaFade"
                                 hideAndShowBehavior="withRescale"
                                 rolloverBehavior="dim" inlineStyle="height:50%;">
                    <amx:facet name="dataStamp">
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.acetat}"
                                            series="#{bindings.lmrgGraph.hints.acetat.label}"/>
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.plannedMachines}"
                                            series="#{bindings.lmrgGraph.hints.plannedMachines.label}"/>
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.actualMachines}"
                                            series="#{bindings.lmrgGraph.hints.actualMachines.label}"/>
                    </amx:facet>
                    <amx:facet name="seriesStamp">
                        <dvtm:seriesStyle series="#{bindings.lmrgGraph.hints.acetat.label}"
                                          color="0052ff" type="line"/>
                        <dvtm:seriesStyle assignedToY2="true" color="e7e700"
                                          type="line"
                                          series="#{bindings.lmrgGraph.hints.plannedMachines.label}"/>
                        <dvtm:seriesStyle assignedToY2="true" color="94f700"
                                          type="line"
                                          series="#{bindings.lmrgGraph.hints.actualMachines.label}"/>
                    </amx:facet>
                    <dvtm:xAxis/>
                </dvtm:comboChart>
    /code]
    There are still some issues if x-axis is timestamp enables but I have already created an SR for this.
    regards
    Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to control HP8350B with HP83592A and HP8757A

    I want to control HP8350B with plug in HP83592A and HP8757A by NI GPIB,using Labview language and print out HP8757A screen chart to printer, but when I sent command to HP8757A according to HP8350B manual ,such as "PT19",the instrument has no response,could andbody has experience on it and tell me how to do?

    "[email protected]" wrote in
    news:506500000008000000296D0000-1031838699000@exch​ange.ni.com:
    > I want to control HP8350B with plug in HP83592A and HP8757A by NI
    > GPIB,using Labview language and print out HP8757A screen chart to
    > printer, but when I sent command to HP8757A according to HP8350B
    > manual ,such as "PT19",the instrument has no response,could andbody
    > has experience on it and tell me how to do?
    After you send "PT19" to the 8757, usually at address 16.
    Send the commands you want to go to the 8350 to address 17.
    To terminate the passthru mode, send any command to address of the 16.
    Ex:
    To Address 16: PT19;
    To Address 17: FA 8 GZ;FB 16 GZ;PL 0 DM;
    To Address 16: C1 IA;

  • Which is the best tool for PRC animation? and how to control it with javascript?

    Hi I created animations through Deep Exploration. But I want to know how to create PRC animation with tools and how to control it? I already tried with tetra4D but the javascript can control only u3d format. I have no idea to control prc animation. Please let me know.
    Thanks and Regards
    Chenet0005 @ Chenthil Kumar

    PRC files don't support embedded animations.
    You can still control the mesh directly with  3D JavaScript (e.g. by using rotateInPlace and a time event handler) but you can't import a timeline as you can with U3D.

  • How to control animation with touch

    Hello! I need some help with controlling animations with touch. I am building a fake app and need to 'unlock' an iphone (slide an arrow along a track and then have it fade into another page). I have been using http://forums.adobe.com/message/4865693 that thread. The prototype link listed there is similar to waht I need to recreate, but I think I need an 'on touch' actino instead of a mousemove one.
    http://assets.ordienetworks.com.s3.amazonaws.com/the_occasional/checkerPro/checkerPro.html
    That is a link to the Edge file I have been working on, using the info in the thread above. It is broken at the moment, and I am terrible with javascript and have no idea how to move forward. I have figured that I'll need an 'on touch' action instead of the mouseover one, but I'm not sure how to build it.
    If there is a working example of this on a different thread that I've missed I'd love a link as well!!
    Thank you!!

    Hi, akall-
    There are a number of touch events that you can use to accomplish what you want.  You can try using the touchmove event instead of the mousemove event, and stick your code in there.
    Hope that helps,
    -Elaine

  • How to use JMS with tomcat and Axis

    Hello
    I'm new in ii, so i'm still a little bit lost. I have been implementing web services with tomcat and Axis. However, these services are synchronous and I would like that some services were asynchronous.
    I've been reading about the topic and I've found that JMS is a good solution for it. I have already downloaded JMS in my computer but now I don't know what else to do. I've been trying to run the SimpleQueueSender.java example but I get the error:
    JNDI API lookup failed: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    But I have attached all .jar from F:\Sun\MessageQueue\lib
    In addition to this, for my first webservices I used the Java2WSDL, WSDL2Java and AdminClient (axis tool) to create my web services bindings, stubs and skeletons and to deploy the web service on the server. Do I have to use them now with JMS? or now the deployment must be performed in a different way?
    Thank you in advanced,

    The error means that you have to specify the type and location of your jndi store. You could create a jndi.properties file and put two properties in it:
    java.naming.provider.url=file\\\:////var/jndi
    java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
    for a file based jndi store. Then you have to make sure your jndi.properties file is in your CLASSPATH. Then you have to use something like imqadmin to create your jndi store and store in it your administrative objects like Queues and QueueConnectionFactories.

  • How to control scrubbing with the keyboard?

    The headline is already the question: I would like to use the keyboad to fast forwad in songs. In the 'itunes a-z' there is only an info how to do this with the mouse. Arrow Keys do not seem to work for this, they only switch to the next or previos song, or album. Ah, I am using utine s10.5.2.11 with WIndows 7.
    Any idea?
    Thanks, Alex

    Here are a few more to try:
    setxkbmap
    xkbset is the one I currently use, you can find at https://aur.archlinux.org/packages/xkbset/
    keynav might also be worth a look. I haven't tried it though. It can be found in the AUR also.

  • How to control Display Rendering Intent in PS CS3 & XP?

    Does anyone know a way to control the display rendering intent in Photoshop CS3 runing on XP?
    The consensus seems to be that Relative Colormetric is always used.  If I am using a large working space such as ProPhotoRGB, I would like to be able to switch between Perceptual and Relative Colormetric.
    Here is some info I think may be relevant:
    http://www.color.org/advantagesv4.pdf says one of the advantages of v4 over v2 is to "permit profiles containing multiple rendering intents to be specified for input and display devices as they currently are for output profiles".
    Using http://www.color.org/version4ready.xalter I see that my system is not v4 compatible, but Photoshop CS3 does correctly render images with v4 profiles on my computer.
    When I look at the profile that came with my monitor, using ICC_Inspector from http://www.color.org/profileinspector.xalter,  I see it is ICC version 2, and the rendering intent is listed as Perceptual.
    If use Monitor_RGB as my working space, and do edit > convert_to_profile, converting from ProPhotoRGB to MonitorRGB:
    Using engine:Microsoft_ICM, I get different result for Perceptual vs Relative_Colormetric.
    Using engine:Adobe(ACE), I get the same results for all intents, and they all look very close to Microsoft_ICM Perceptual.
    However the original image in the ProPhotoRGB space is apparently rendered to my display space using Relative Colormetric because it looks like the image produce using convert_to_profile: Microsoft_ICM Relative Colormetric.
    Thanks.

    Let me think about this.
    Looking at my monitor profile with the Color Sync Utility (I’m on a mac), the rendering of the profile is Perceptual.
    With Photoshop, I open a saturated Pro Photo image. View: Proof Setup: Custom. Device to Simulate, Monitor Profile.
    This is supposed to show me a file conversion to my monitor color space. I see no change in color (as long as preserve numbers is disabled). It makes sense, because the conversion is something that happens anyway. I can never truly see a Pro Photo image. It must be translated to my monitor profile before I see anything.
    I can change the rendering and black comp all day long and it does not affect the color I see. I have to assume that what I see is actually a Perceptual rendering, not Relative Colorimetric,  because Perceptual is the intent embedded in the Monitor ICC profile.
    CMYK is a little different. With the same image open, View:  Proof Setup: Custom. US Web Coated SWOP v2. Relative Colorimetric, Black Point checked. Simulate Paper White.
    Now duplicate the image. Convert to Profile: US Web Coated. Relative Colorimetric, black point enabled. Now View: Proof Setup: Custom. Device to Simulate, monitor profile. Absolute Colorimetric.
    Comparing the two images, the color is a dead on match.
    In the second image (already converted to CMYK), if I change the rendering and black comp, the color shifts dramatically. This behavior is different from what I saw earlier, soft proofing Pro Photo to monitor, where the rendering and black point settings did not change the image color.
    So at this point I have to conclude that Photoshop can control the display rendering for a CMYK image. But with RGB, it’s locked in somehow. I would imagine it defaults to Perceptual, not Relative Colorimetric. Can you open your monitor profile and check the rendering?
    I have a utility that actually allows me to change the intent of an ICC. I went ahead and did that to the monitor profile and saved a copy, with Relative as intent. Using this in Proof Setup (with Pro Photo image) also yields no change. Makes sense, because the color gamut of the new copy is identical, and Photoshop is rendering a file conversion.
    To get the Relative Colorimetric display requires changing the system profile to the new profile. Unfortunately when I do this, the screen color goes absolutely bonkers. All color are super saturated and I can hardly make out anything. I have no idea what that means.
    I apologize for rambling on, I’m probably not much help. Thanks for the link and I will look into this matter more when time allows.

  • How to Dual Display with Dell U2711

    Hi,
    I am looking to connect my iMac (late 2013) to a Dell U2711 in a dual display configuration. I'd like to be able to use all 2560x1440 pixels of the Dell.
    the Dell has DVI-D (dual channel), Displayport (not mini displayport), HDMI and VGA.
    which port will give me the cleanest picture and best performance and what cable do I need to buy ? (obviously thunderbolt to something...)
    thanks !

    stqn wrote:
    Expi1 wrote:Thanks, I'm mostly struggling with how to partition for Arch and then how to do the bootloader. I'm using Win8 64-bit and from what I understand a Legacy BIOS bootloader. I'm not entirely sure what I should be partitioning the C: into, I've done partitions before, just not for Arch and then I'm not sure whether to use GRUB or syslinux, or if I even need those. Or if I need to use GPT or MBR?
    Your disk is already partitionned so you don’t have to choose between GPT or MBR, the choice is already made.
    You don’t partition “C:”, that is the name of a Windows partition. You partition a drive.
    Grub or syslinux, use whatever the beginners guide tells you to. Personally I think syslinux is simpler which is why I’m using it (but I’m not dual-booting, if that matters).
    You’re not saying what your problem is with partitionning, so it’s hard to help.
    Thanks for getting back to me, I'm not sure if I just create one large partition for Archlinux or if I have to create multiple? Where I'm also confused is with the Creating Filesystems part of the guide. I don't understand how I'd do this in Windows, or what /dev/sda1 is referring to.
    As for the bootloader part, the Beginner's Guide gives you a choice between syslinux and grub, what I'm not sure about is which to use considering I'm dualbooting. How it will affect my windows bootloader, do I disregard that and use GRUB now? I'm unclear on how that works.
    I'm also aware I need to disable Secure Boot, I just searched my BIOS options and couldn't find anything remotely relating to that, so I'm assuming it's not an issue since this computer was originally on Windows 7 anyway?
    Thanks again, Expi.
    Last edited by Expi1 (2014-03-06 19:54:30)

  • How to control timleline with mouse x coordinates

    Hi,
    Does anyone know a good tutorial on how to create a movie with a sequence of pictures and controlling the timeline frames with mouse x-coordinates?
    Regards,
    MH

    basiclly,these swfs didn't work in mailtimeline movies.some of them were created by  flash3D .
    the point is some functions what created mouseX & DisplayMovies mapping like this
    function mouseMoveH(e){
              displayrender()
    function mapping(){
         return  fun(mouseX)
    function displayrender(){
        showFrame(mapping)

  • How to control DIO with VC++

    Dear master.
    This is  south korea. Sorry I'm poor english.
    I saw example file. but I can't found bit control (Just found byte control)
    My project is  Z-stage control with step motor.
    check sensor(limit)
    then If true generate pulse CW (for Step motor P3.7)
            if false generate pulse CCW (for step motor P3.6)
    now I can understand read data(8bit) and check one bit...
    but I can't code write data(1 bit) for step motor
    How can I do this...
    Please help me...

    hi
    i'm no pro yet, but i think you can use the following method
    CNiDAQmxDigitalSingleChannelWriter :: WriteSingleSampleSingleLine( bool autoStart, bool data)
    to send a single boolean sample to a single line ( as the name of the method tells you
    hope this helps
    regard, markus
    Message Edited by QuickNick on 07-04-2005 09:38 AM

  • How to control Mac with a iPhone without WiFi

    i use this app with full screen shared control
    Mocha VNC Lite
    it just doesn't work whenever I leave the nearby WIFI network.

    Your observation is correct, MochaVNC is for local network only
    See Teamviewer for remote control across the internet
    http://www.teamviewer.com/en/index.aspx

  • How to control brightness with slider

    i would like to know how can i make a slider on xcode control the brightness. where should i put the coding ? view controller.m or .h ?

    The N95 should unlock the keypad automatically when you open the slider (or the lens protector for that matter). The sensor would appear to be working since the keypad is locked when you close the slider, so it's probably a software issue. I'd start by uninstalling ShutUp beta, which is installed according to your signature.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • How to control time with great precision

    Hello everybody.I know Timer could control time.But it uses thread.sleep(),isn't it.That means it is not guaranteed.So,does anybody know some approach to control time precisely?
    thanks in advance!

    Hello everybody.I know Timer could control time.But it
    uses thread.sleep(),isn't it.That means it is not
    guaranteed.What do you mean by "not guaranteed". How can you expect a non-realtime multitasking OS that uses virtual memory (i suppose you are using a system like windows or linux) to guarantee anything? Some systems are better in this regard, but in addition to this you aslo have the garbage collection. Of course there might be ways to implement soemthing more precise in Java , but without a special VM on a special OS there is no guarantee that it will really work imho.

  • How to control garageband with Oxygen61

    Just bought an Oxygen61.  Can't seem to use any of the buttons or sliders to control garageband.  Is it possible?

    GarageBand's loops and instruments are shared with Logic Pro X, iMovie, Final Cut Pro X, SoundTrack Pro X, and MainStage 3.  Are you using any of these apps and do they need the loops?
    If not, back up your Mac.
    Then delete GarageBand from the Applications folder
    Delete the loops from /Library/Audio/Apple Loops  and ~/Library/Audio/Apple Loops
    Delete all files from /Library/Application Support/GarageBand/  and ~/Library/Application Support/GarageBand/

Maybe you are looking for

  • HOW DO I GET A SERIAL NUMBER FOR LOGIC PRO IF LOST MINE ?

    How do i get a serial number for logic pro ?  i purchased it so long ago and i just cleaned off my computer and re-installed mountain lion . When i did an erase and archive i forgot to look to see the serial number . Now when i go to launch it it ask

  • Unable to acess page fragraments bindings of included page fragment

    Hi All, We are using Jdeveloper 11.1.1.5.0 I have included a page fragment(say JSFF2) inside a page fragement one(JsFF1). Issue is, bindings defined in the page defination of JSFF2 is not getting picked up when jsff1 is rendered on UI. Can any one pl

  • Change windows cs6 for Mac cs6

    I originally bought and installed CS6 for Windows in January 2013. My new computer is a Mac. Can I get an authorization code for it?

  • Configuring a JNDI ressource in the web.xml file

    Hi, does someone know if there is a way to configure a JNDI ressource with its parameters only in the web.xml file ? In my case, the JNDI ressouce is an oracle database an its conenction paramters: driverClassName, username, password, etc... Actually

  • Exif maker note gets lost

    I have a custom camera that saves some information in the exif maker notes (calibration data). The output is in normal JPEG. I can see the custom data on all original file. But whenever a file goes through Adobe Lightroom 5 or Photoshop CS6, the make