Too much displayed values in flash 2D line

I have a 2D line flash with variable number of points.
The X ans Y labels are rendered and the Y values of the points are displayed on the chart.
When the number of points increases the displayed values on the chart start to overlap.
When the number of points is too great, values overlap so much that we can't read any of them.
Is there a way to decrease the number of displayed values on the flash while retaining the same number of points?

Hi Andy,
Thanks for your quick response. If I'm correct in understanding what your saying is that with 2D Line charts that have two series in order for them to display togethor then the label must appear in both series.
I've had a bash using your sql for the 1st series and modifying the second series.
Series 1
SELECT NULL LINK,
X.THE_DATE LABEL,
Y.PROJECTED_HOURS VALUE
FROM
(SELECT END_DATE THE_DATE FROM TEST_PROJECTED
UNION
SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
) X
LEFT OUTER JOIN TEST_PROJECTED Y ON X.THE_DATE = Y.END_DATE
ORDER BY X.THE_DATE
07/30/2009 700
08/09/2009 800
08/14/2009
08/27/2009 9000
Series 2
SELECT NULL LINK,
X.THE_DATE LABEL,
Y.ACTUAL_HOURS VALUE
FROM
(SELECT END_DATE THE_DATE FROM TEST_PROJECTED
UNION
SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
) X
LEFT OUTER JOIN TEST_ACTUAL Y ON X.THE_DATE = Y.LIFING_DATE
ORDER BY X.THE_DATE
07/30/2009 800
08/09/2009 1000
08/14/2009 1201
08/27/2009 12000
This is a great improvement the series 2 now displays fine and all the points for series 1 are plotted correctly but it seems like the null value prevents the joining of the coordinates in this series. All the points 700,800 and 9000 are displayed correctly but the graph line only joins 700 and 800.
Any further ideas? Thanks Pete

Similar Messages

  • How to display values and new char line (blank line)

    Hi,
    In database, one field contains values followed by new character lines (blank lines) after blank lines there is no values. Finally, I would say the field contains values and blank lines. Every thing is fine in database.
    In Crystal Reports the field is displaying only values. Need to display values and blank line.
    User is asking after values new character lines (blank line) to be shown. They enter like that in an application. The user doubt is why report is not showing what they enter in the application.
    In detail explanation, front end tool is ASP.NET and backend is SQL Server.
    User enter some values in note field, after that they hit enter button in the same field, cursor will go next line...user may hit u2018enter buttonu2019 more than 5 times. So note field contain values and some blank lines which are created by after hitting enter button.
    If user opens the application, they could see values plus blank lines in the note field.
    They are fine with the application.
    In Crystal Reports, the note field shows only values.
    User is questioning that why we could not see in report we enter.
    I checked in .Net application and SQL server database it is fine. It is displaying values and blank line.
    Please help me out how to display values followed by blank lines in Crystal Reports - the way they enter in the application.
    Thanks and Regards,
    Manjunath N. Jogin

    Hi,
    Sharonmat,
    I tried as you suggested. It is still displaying only values.
    I would like to explain again.
    it is not exactly null values.
    In .Net application it is called 'new char line'.
    it shows those many lines look like null.
    it is working fine in database.
    Why it is not working in Crystal Reports? I am wondering...
    Thanks for your suggestion.
    Debi,
    User may enter any number of blank lines or they may not enter blank lines.
    That is the reason I can not always give more height or blank text object.
    Thanks for your suggestion.
    Please suggest me some more suggestions,
    Thanks and Regards,
    Manjunath N. Jogin

  • Taking too much time for saving PO with line item more than 600

    HI
    We are trying to save PO with line items more than 600, but it is taking too much time to save. It is taking more than 1 hour to save the PO.
    Kindly let me know is there any restriction for no. of line items in the PO. Pls guide
    regards
    Sanjay

    Hi,
    I suggest you to do a trace (tcode ST05) to identify the bottleneck.
    You can know some reasons in Note 205005 - Performance composite note: Purchase order.
    I hope this helps you
    Regards
    Eduardo

  • I cannot watch Flash vids because Firefox uses too much CPU.

    Firefox has become untenable because it uses too much CPU and disrupts Flash videos.
    I've tried disabling or changing the values of plugins. Installing older versions. Nothing helps. It just sucks. It makes me want to pull someone's lungs out.

    Everyone has this problem, since Firefox rigged one of its Plug-ins (something to do with crash reports) about 06 months ago, to max out CPU, thereby sabotaging computer performance (including Flash videos).
    Why or how they haven't fixed it before now strains belief. I have seen the same complaint everywhere. It is a major fuck-up. People want to abandon Firefox in droves, except that none of the other browsers have decent add-ons like pop-up blocker.
    Sort it out, Firefox.

  • I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money? Does it have a line in and how do you monitor sound? Will I need adaptors and a interface?

    Can anybody help?
    I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money?
    Does it have a line in and how do you monitor sound?
    Will I need adaptors and an interface?
    Also, I am guessing as Logic only runs on MAC surely then they would not the best spec to recommend to run it?
    I see all the upgrades as additional memory or a faster process?
    Is a retina screen necessary, and why flash based storage against a 1TB hard drive, and a i5 instead of an i7
    The main reason for this purchase is to play live and use backing tracks and record found sounds and make creative songs.
    I hope you can provide some valuable feedback, as I am a longtime MAC user and see upgrades and changes happen regularly but the most important thing is the songs not the equipment.
    I have £500 already and willing to add another 500 to 700 pounds, then software extra.

    Can anybody help?
    I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money?
    Does it have a line in and how do you monitor sound?
    Will I need adaptors and an interface?
    Also, I am guessing as Logic only runs on MAC surely then they would not the best spec to recommend to run it?
    I see all the upgrades as additional memory or a faster process?
    Is a retina screen necessary, and why flash based storage against a 1TB hard drive, and a i5 instead of an i7
    The main reason for this purchase is to play live and use backing tracks and record found sounds and make creative songs.
    I hope you can provide some valuable feedback, as I am a longtime MAC user and see upgrades and changes happen regularly but the most important thing is the songs not the equipment.
    I have £500 already and willing to add another 500 to 700 pounds, then software extra.

  • How to display a goal line in a Flash 2D Line Chart?

    Hello,
    I am using Apex 3.0.1 and have a Flash 2d Line Chart displaying a ratio that varies from 1.0 to 1.6 for every month for a year. I need to draw a goal line at 1.2 to show the goal for the ratio. Also, I have grid lines enabled for the y-axis.
    Any pointers/tips on how to accomplish displaying this goal line would be really useful.
    Thanks and Regards,
    Dev

    I'm having the same problem!
    APEX is relatively new to me. CUSTOM XML for tweaking charts is even more recent. I tried to get a goal line to work in a line chart as you described but I have had no success. I really require a target/goal/reference line in a vertical bar chart but getting it to work in a line chart would be a welcome first step.
    I have tried the following 2 samples of code without success:
    <objects>
    <line value='94' text='Target' text_position='right' color='0xFF3300' size='1' alpha='100'/>
    </objects>
    and
    <objects>
    <trend start_value='94' end_value='94' start_argument='' end_argument='' value='' color='0xFF3300' thickness='1' alpha='100'/>
    </objects>
    ==> in the following blocks of the CUSTOM XML:
    <chart .....</chart>
    <chart..<line_chart .....</line_chart>..</chart>
    <workspace> .. <chart_area .....</chart_area> ..</workspace>
    <workspace> .. <y_axis .....</y_axis> ..</workspace>
    <workspace> .. <grid> ..<values .....</values ..</grid> ..</workspace>
    <workspace> .. <grid> .....</grid> ..</workspace>
    Any idea where I am going wrong or what could be missing? Maybe I'm not putting the <objects> parameters in the correct place in the code?
    System Info:
    Product Build: 3.0.1.00.07
    NLS_CHARACTERSET: WE8MSWIN1252
    DAD CHARACTERSET: UTF-8
    JOB_QUEUE_PROCESSES: 10
    Database Version Information
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Thanks for any help!
    Lawrence

  • List view item display time is taking too much

    Hi,
         I am working in a sharepoint2013 project. In our project , list view item display time is taking too much in IE8 sp2013 64 bit environment. Can anyone help me to resolve this issue?
    Thanks,
    Nabhendu

    Hi Nabhendu,
     We had something similar with our SP2013 and IE8 32-bit. It seems that IE8 was in Compatible mode which make it IE7, which is unsupported by SP2013 due to HTML5.
    Issue : List view especially datasheet view which has been moved from ActiveX to HTML5 had very slow response on SP2013 and IE8 32-bit.
    Resolution : Try Chrome and see if its CSS/Masterpage or SP2013 issues performance issue.
    We deployed masterpage and css which was used in our SP2007 site with minor changes, but later we figured out that we need to make major changes in order to work with IE8 and SP2013.
    Try Indexing Columns.
    check how many look up columns are used.
    Hopefully that may help you..
    Thanks,
    Parth
    Thanks and Regards, Parth

  • On my MacBook Pro with Retina Display, Why does the "USB Devices Disabled Unplug the device using too much power to re-enable USB devices" keep coming up after I unplugged the usb device?

    On my MacBook Pro with Retina Display 15", that I purchased a few weeks ago, started coming up with the following message on my desktop:
    "USB Devices Disabled Unplug the device using too much power to re-enable USB devices".
    I unplugged the device and the message still keeps coming up.
    This is what I have done so far to troubleshoot:
    I shut down the laptop. When booting up I pressed the command+option+p+r at the same time. It comes up with a menu to reinstall OSX, Get help online, Run Disk Utility, etc. I choose the disk utility and repair the disk and then restarted.
    The message keeps popping up and I can't seem to get rid of it. Why does the message keep popping up even though I don't have any devices hooked up to the laptop at all? Any help to reenable my usb ports and get rid of the messaage would be helpful.

    I talked to Apple Support and we at least stopped the bleeding, a little bit. These are the troubleshooting steps I did before I contacted Apple Support:
    1. Reinstalled OSX
    2. Restore the last known good Time Machine Backup.
    This did not fix my issue, so I called Apple Support and they told me this:
    1. Turn Power off.
    2. Wait 15 seconds.
    3. Plug in Magsafe adapter.
    4. Wait 15 seconds.
    5. Hold down the Shift+Option+Power Button for 20-30 seconds.
    6. Turn Power back on.
    Ok, this stopped the bleeding a little, but as soon as I plugged in a Apple USB Superdrive
    and a Apple Mini Displayport to VGA Adapter. This "USB Devices Disabled" pop-up pops up like every 30 minutes now. At least, it is not constantly popping up after I close it, so I guess it will do for the temporary. Going to contact Apple support, later, though to see what else can be done.

  • I tried to export photos from iMac to iPad using a USB flash drive.  The photos are on the drive but when I plug it into the iPad, the iPad says the device requires too much power.  Any ideas of what type of USB flash drive I should use?

    I tried to export photos from iMac to iPad using a USB flash drive.  The photos are on the drive but when I plug it into the iPad, the iPad says the device requires too much power.  Any ideas of what type of USB flash drive I should use?

    You can transfer photos outside of iTunes. I do it all the time. THat said, i have a 50/50 success rate with them. I'd avoid sandisk and kingston, their bundled software triggers the 'too much power' warning.
    I've had mixed luck with lexar, some work, some don't.
    I did have good luck with an older 4 gig geek squad one.
    Look for drives without software on them, without bright LED lights and I haven't gotten any larger than 4 gig to work, but that may just be me.
    For a less troublesome way? h onestly, I use a SD card that I've formatted with the DCIM folder. I've never had one of them trigger the 'too much power' warning. Just make sure they're not SDXC. those don't work.

  • 32GB Flash Drive - Uses too much power???

    Hey guys, FINALLY found a camera connection kit the other day at an Apple store. I bought a 32gb flash drive (Patriot 32GB Razzo PSF32GRUSB) thinking I could use that to transfer pictures to the ipad via the camera connection kit's USB adapter.
    Most of the articles I read on the internet led me to believe that usb flash drives work with the kit. However, when I plug in the drive, the light on the drive momentarily lights up then I get an error msg on the ipad that the accessory consumes too much power. I then tried plugging in a passive usb hub and I got the same exact error msg (nothing was plugged into the hub at the time).
    I plugged in a generic 1gb usb flash drive and sadly that worked. Anyone have issues with large flash drives? Thanks!

    I have an old and physically large 4 GB flash drive that gives the same error message, Therefore, that jives with your suggestion that it is power issue and is dependent upon the physical size (how many chips) as well as capacity.

  • 27" LED display drawing too much USB power?

    I'm having the infamous "USB device is drawing too much power" issue, but in my case it's a little different. Whenever I plugin the USB cord from my 27" LED display to the MacBook, it results in the above error (too much power, USB is disabled).
    I've narrowed down the following:
    1. Happens on two different MacBook Pros.
    2. Happens when LED display is powered from different outlets.
    3. It seems 2 of the 3 USB ports on the back of the display are not working.
    This started happening after I moved about a month ago and reconnected everything, including a USB Hub I was using previously. I also have a SD card reader, all of which was plugged in and ready to go. When I powered up everything, the lights on the Card Reader and USB were actually pulsing, which didn't look right so I immediately powered everything down. Checked all connections and tried again. Same thing happened, so I unplugged the card reader and USB hub.
    At this point, I had my keyboard plugged into the monitor which is how it was prior (before my move). I powered up everything again and while waiting for the keyboard to come on (the keys are illuminated), I noticed it was actually VERY hot - the underside of the keyboard. So I unplugged it and had a little bit of a sonofa***** moment. The keyboard seemed fried. It wouldn't come on for anything, so I went and bought a new one.
    Soon as I get home, I plugged the new keyboard directly into the laptop and ignored the external LED display. Everything seemed to work fine, so I tried plugging the external monitor in, but soon as I connected the USB cord... this error pops up every single time.
    Is this a USB cord issue (on the LED display) or what?  I'm at a loss of what could have happened, since when I moved everything was transported very carefully. The LED display was even in it's original retail box, so nothing was damaged in the move, USB cord included.
    Any thoughts or suggestions would be appreciated. I know ultimately I may need to bring it in for repair (still within warranty as I purchased the display in May 2011)... but I'm trying this first incase anyone has any ideas that could help me avoid that hassle.

    Smc reset sometimes addresses some power issues.
    It is possible that when that first keyboard failed when plugged into the back of the display it somehow damaged the display usb ports.
    If you are under warrantee, take it to apple and let them deal with it.

  • When I print a Word document to a shared printer, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.

    When I print a Word for Mac document to a shared printer (that is connected to my iMac) from my Macbook Pro, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.  I have tried to adjust the margins and the page setup settings but to no avail.  It used to print fine until recently.  Is there a way to fix it so that the printer prints what print preview shows?

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

  • Is it too much lines of code inside a class file?

    Hi,
    I was wondering about how many lines can be considered too much in a java class file. I saw some class files with more the two thousand lines of code and even more than three thousand lines. When we have so many lines in the code I've realized that the file becomes slow for edition and it's not readable as it should be. So, as a best practice, or even due to technical issues, in average how many lines of code we'd write in order to keep the readability and avoid compile and build issues? How many lines a class should have without putting our code and performance at risk ?
    thanks a lot

    My general rule of thumb--in a class everything shold be very consistent, that is to say: you should be focusing on 1 idea in your class. IMO: If you have a class for users, you need to consistent in just what that class does. When the class becomes large, then look for related themes that run through methods of that class, and if here are many, you should make a "related class" that does satelite functions of the "core" offered in the main user class.
    Thousands of lines do not a good class make, I break in to related categories of classes long before then, and as a rule I keep under 500 lines in a class--usually under 300. In any case, no more lines of code need go into a class than that to implement the core features in the main idea for that class--and no less lines of code than is needed too, don't religate a method to another class just becasue you feel it would make the class it belongs too big.
    Along the idea of the user class:
    Storage for the user data
    Home information
    Work information
    physical information
    tastes and preferences
    family
    and etc
    all of these could be a class in and of themselves, but definetely are closely related to the user class.

  • Flash taking up too much RAM.

    I enjoy playing Flash based browser games but they've been running slow recently. I opened my computer's task manager to see what was going on and noticed that as I kept playing, the amount of RAM being used by Flash kept going up. All the way to 1.5 GB of RAM. I think that flash is saving pieces of game data that are not necessary. Anyone know how to make it stop doing that?

    Hi CyanLink,
    There is a cache manager for the flash plugin that I know of. If you right click on an embedded player and select "Global Settings" you can remove stored cache or change the size, however I do not know if you can remove specific data. This might cause data loss for the games that rely on local cache storage.
    Another way to improve the performance of RAM in Firefox is mentioned generally here including an add on that clears memory like you can on about:memory : [[Firefox uses too much memory (RAM) - How to fix]]
    However if you also change the add on to "Always Ask" from the Add ons page, it may also reduce/prolong the massive usage.

  • I have a 27" iMac with a broken hard drive. Is there a way to convert the existing hardware into a display monitor without too much technical work?

    I have a 27" iMac with a broken hard drive. Is there a way to convert the existing hardware into a display monitor without too much technical work?

    You don't state what iMac it is or what you want to use it for an external display with so we cannot answer the question. But without a bootable drive, no you cannot. However you can get the internal HD replaced or you can connect an external HD and boot from it. Without some basics about the computer it's impossible question to answer. However you may find what need in Apple's Target Display Mode: Frequently Asked Questions (FAQ)

Maybe you are looking for

  • XML output - all tags in Single line?

    Hi, Scenario: HTTP----> XI --- > File(XML)/Proxy(abap). Output XML file has the data in single line(all XML tags). Now, issue with abap proxy which reads this XML file for sending attachment in email has length constraint(can not read if line length

  • Statistics in SQL Developer

    Hi, I have an anonymous block like: DECLARE             P_CURSOR              TYPES.REF_CURSOR;             P_SEARCH_TXT          CLOUD_USER.FIRST_NM%TYPE := 'as';             P_SEARCH_TXT1         CLOUD_USER.FIRST_NM%TYPE := 'as%';             P_SEA

  • I have a plot with two cursors - how can I control the "visible" attribute of the second cursor?

    I have a waveform graph with multiple plots and two cursors. I can use the "cursor->visible" property to control cursor #1 but I cannot seem to find a way to control the visible attribute for cursor #2. Is there a way to do this? Thanks, RGA

  • Tooltips works in FF and IE

    I am looking for tooltips solution which works in FF and IE. Anybody did this before?. Please post some simple and easy to implement tooltips solution on mouseover.

  • My one gripe after using for a day

    Have to say, Keynote is a pretty amazing application. I do presentations on an almost daily basis, so am looking forward to using it. My one (minor?) gripe having played with it for a day or so: After I am done editing text in a slide and I want to m