Chart series lines going over each other

All i have a chart with 3 series, how do i get it so that the lines are all separate, at the moment they go over each other and i can't see each of the three, i know that some of the values are the same, and some are near to each other, but how do i spread them out.

do not know if you need the solution, but you can try to give a min / max value of the y-axis to spread the line out? Go to the "Chart attribute" page and in the section "Axes Settings" you can enter a min and max value for the y axis.

Similar Messages

  • How do I set default colors for XY chart series (lines and legend)

    I am implementing a line chart and need to override the default (caspian style) colors for the line colors and the legend symbols. I'm not displaying the chart symbols themselves as that would make the chart look bad. I've been able to successfully set the default colors for the lines via the CSS below, but cannot find a way to do the same for the series symbols that appear in the chart legend. How do I do this? Thanks.
    .default-color0.chart-series-line {
      -fx-stroke: rgb(0, 102, 255);
    .default-color1.chart-series-line {
      -fx-stroke: rgb(0, 255, 102);
    ...Update:
    Figured it out. Need to do the following:
    .default-color0.chart-line-symbol {
      -fx-background-color: rgb(R, G, B);
    }Edited by: 998038 on May 16, 2013 4:09 PM

    Here is some css to customize the line and legend colors in a line chart.
    /** file: chart.css
        place in same directory as LineChartWithCustomColors.java */
    .default-color0.chart-series-line {
      -fx-stroke: rgb(0, 102, 255);
    .default-color1.chart-series-line {
      -fx-stroke: rgb(0, 255, 102);
    .default-color0.chart-line-symbol {
      -fx-background-color: rgb(0, 102, 255), white;
    .default-color1.chart-line-symbol {
      -fx-background-color: rgb(0, 255, 102), white;
    }And a test harness to try it:
    import javafx.application.Application;
    import javafx.event.*;
    import javafx.scene.Scene;
    import javafx.scene.chart.*;
    import javafx.scene.control.*;
    import javafx.scene.input.*;
    import javafx.stage.Stage;
    public class LineChartWithCustomColors extends Application {
        @Override public void start(final Stage stage) {
            stage.setTitle("Line Chart Sample");
            //defining the axes
            final NumberAxis xAxis = new NumberAxis();
            xAxis.setLabel("Number of Month");
            final NumberAxis yAxis = new NumberAxis();
            //creating the chart
            final LineChart<Number,Number> lineChart =
                    new LineChart<>(xAxis,yAxis);
            lineChart.setTitle("Stock Monitoring, 2010");
            lineChart.setCreateSymbols(false);
            //defining a series
            XYChart.Series series = new XYChart.Series();
            series.setName("My portfolio");
            //populating the series with data
            series.getData().setAll(
              new XYChart.Data(1, 23),
              new XYChart.Data(2, 14),
              new XYChart.Data(3, 15),
              new XYChart.Data(4, 24),
              new XYChart.Data(5, 34),
              new XYChart.Data(6, 36),
              new XYChart.Data(7, 22),
              new XYChart.Data(8, 45),
              new XYChart.Data(9, 43),
              new XYChart.Data(10, 17),
              new XYChart.Data(11, 29),
              new XYChart.Data(12, 25)
            lineChart.getData().add(series);
            //adding a context menu item to the chart
            final MenuItem resizeItem = new MenuItem("Resize");
            resizeItem.setOnAction(new EventHandler<ActionEvent>() {
              @Override public void handle(ActionEvent event) {
                System.out.println("Resize requested");
            final ContextMenu menu = new ContextMenu(
              resizeItem
            lineChart.setOnMouseClicked(new EventHandler<MouseEvent>() {
              @Override public void handle(MouseEvent event) {
                if (MouseButton.SECONDARY.equals(event.getButton())) {
                  menu.show(stage, event.getScreenX(), event.getScreenY());
            Scene scene =
              new Scene(
                lineChart,800,600
            stage.setScene(
              scene
            stage.show();
            scene.getStylesheets().add(
              getClass().getResource("chart.css").toExternalForm()
        public static void main(String[] args) {
            launch(args);
    }

  • HT204053 I have multiple family members using one apple id account and all of each others information is going onto each others phones/how do i stop this?

    I have multiple family members using one apple id and all of our data is going onto each others phones/how do i stop this?

    Each person needs to have their own separate Apple ID along with their own separate computer user account and iTunes Library.

  • How can i get my items to stay in place and not cross over each other when readjusting the browser s

    How can i get my items to stay in place and not cross over each other when readjusting the browser size.
    Basically on my site when i go from a small screen to a big screen everything doesn't adjust to the screen size. I don't know what im missing
    Here's the link to the page all the pages & they all do it
    http://theatricalworkslive.com/
    Thanks in advance

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem.  Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Since downloading the most current iTunes software I can no longer print the insert (label) for a jewel case.  The songs are printed over each other and can not be read.  Any suggestions?  Thanks.

    Since downloading the most current iTunes software I am no longer able to print an insert (label) for a jewel case.  I click on print, choose jewel case and then it doesn't matter which option I choose for the insert it will only print the songs over each other in a 1 inch section so that it can not be used or read.  If instead of clicking on the jewel case I click on list it works fine and prints an appropriate list.  I have always updated the iTunes software the first time I am offered to do so and I have never had a problem printing the jewel case inserts.  Since this issue is not about a piece of hardware iTunes help will not help me. 

    Did you ever get a response?
    If you so how did you correct the problem?
    I have the exact problem you had.
    Please let me know.
    Thank you
    <Edited by Host>

  • Two different projects spliced together over each other some how?

    Greetings everyone,
    I thought forum users might be interested in this one. I don't use the forum often so I don't know the history but has anybody ever had two different projects spliced together over each other some how? For example, I was tweaking a project and left it alone for several months. I came back today to work on it and clips from other projects were in it some how. Also the audio from the new clips were in the new project and overriding the existing project. Does anybody know how to restore the two and make them separate them without losing any info. from either one? The thing's a mess. I had 1 video track w/ some subtitles, a voice over, and some music in the background. Now it has two video clips, and two of everything else. It's crazy. I don't think it's a virus or anything. Nothing else on my machine is acting strange. I hope nobody else has experienced this yet can help.
    Peace

    If you have a backup external drive and Time Machine, I would suggest the following:
    Locate this specific clip in your Finder. Highlight it and rename it "old", or something similar.
    Launch Time Machine.
    Go back to a date in time when this clip was as you properly edited it.
    Again, make sure Finder is still open and highlight the clip.
    Click "restore" in Time Machine.
    Open iMovie and you will see your project as you had it all those months ago.
    This works for me when I have an iMovie project behaving badly.
    iMovie is a great application: but just like us, it has good days and bad days.
    Dan

  • Png files are over each other in the iphoto import window

    When i connect my iphone to the mac to import photos in iphoto, the png files are over each other in the iphoto import window. Jpegs are also showing up in the iphoto grid with new photos but each box contains 1 photo, which is normal. With png pictures, iphoto puts up to 3 pictures on top of each other in each box.
    Anybody has seen this before?
    Kind regards,
    Jeff Dehaes

    oops, sorry, re-installed iphoto and it works again, they weren't even png's just jpegs...
    Problem solved.

  • When I Print a cd jewel case the song list is printed over each other in 11.0, what's the fix?

    When printing a cd jewel case the song list prints over each other in i-tunes 11.0. Is there a fix for this?

    This is Driving me Crazy!!  I have a brother MFC-J615W and just like in the above discussions with Windows 7 64bit, The Title Prints fine, The Title in the lower other corner prints fine and the Song Listing prints all over itself and can't be read.  How can I get help?  I Tunes 11.0.2.26...

  • Can I center 2 divs over each other??

    OK, I've built a website completely in Flash and I'm trying
    to lay it out with dreamweaver so that when viewed on 800x640
    resolution maxed browser window it will fit snug without any
    horizontal scrollbar (the SWF's is fit to this standard); and when
    viewed on 1024x768 maxed window it will be centered in the window
    PLUS have a background on either side (So this background should
    not appear in the 800x640 window). If that isn't clear compare
    http://www.gamespot.com.
    Right so my idea was just to put the SWF in a div and this
    background PNG in a div and center them both, while making the PNG
    width=100%.
    Well that doesn't seem to work. I guess you can't center two
    divs over each other?? The only way I can make one overlay on the
    other is by giving it an absolute position, but then of course it
    isn't centered any more.
    Any suggestions?

    Well, no, that's not what I meant.
    Background images don't do 100%. Using CSS like this -
    body { background-repeat:no-repeat;
    background-position:center; }
    will a) prevent the image from tiling, and b) will place it
    in the center of
    any size viewport. Is that what you wanted?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Joniba" <[email protected]> wrote in
    message
    news:en3a6r$jgr$[email protected]..
    > Yeah, sorry I'm just learning all this, so now I know
    how to (I didn't
    > when I
    > posted the message). So I guess I could just center the
    background image
    > with
    > no-repeat, and if it's 100% it anyway shouldn't repeat
    (?). Is that what
    > you
    > meant?
    >

  • HT1688 Hello, my husband and myself share an email address.  Therefore all of our iCloud information goes to each others devices.  How can we fix this problem so that we both have seperate i Cloud accounts now that this is already established?

    Hello, my husband and myself use the same e mail address.  When I signed up for the icloud with an update, it combined all of our information on both of our iPhones.  How can I get these two phones and information seperate again? 
    Thank you

    Get separate IDs
    RECEIVING MESSAGES INTENDED FOR OTHER DEVICES
    This occurs if you are sharing the same Apple ID for imessages.
    If you are receiving imessages intended for other devices you can fix this by going to Settings>Messages>Send & Receive and do one of the following:
    Uncheck the email address shown under "You can be reached by iMessage at" on both devices if they are iPhones; or
    On one of the devices go to Settings>Messages>Send & Receive, tap the Apple ID, sign out, then sign in with a different Apple ID.  Note: you can continue to share an Apple ID for the iTunes & App store for purchasing if you wish; it does not need to be the same as the ID you use for iMessage, FaceTime, iCloud and other services.
    To prevent merging of your calendars and contacts when syncing calendars and contacts if you are using the same Apple ID for the iCloud account, be sure to set up separate iCloud accounts on each phone with separated IDs.  Remember that if you change your ID in iTunes & App store, that apps and other purchased content is  forever linked to the ID that was used to download the apps and the apps  can only be updated with the ID that was originally used to download them.  To download content purchased previously downloaded with a particular ID then that ID needs to be used to download past purchases.  If you want all apps to be connected with the same ID you need to delete those apps downloaded with the old ID and download them again with your current and if the apps in question were paid apps then you need to pay again.
    Read http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    If you wish to share an Apple ID with family members then read: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/

  • Too Many Contacts Sync'd Over Each Other!!

    I just got a 4s on Sprint (Never had an iPhone before, but had an iPad and a MacBook Pro), and I sync'd my contacts with my Google, Exchange, MobileMe, iCloud accounts, and now I have a ridiculous amount of duplicates. I spent at least 4 or 5 hours going through my contacts on my iPhone and 'linking' all the duplicates together, but whenever I use Siri to call/text/email a contact, it always says "you have 15 entries for John Doe" etc. So annoying!
    How do I get rid of all the un-needed data? Once I have it all on my phone, does it all sync to iCloud? If I un-sync my google account, will everything still be there? If I go through individually and delete contacts, will it all end up deleting on the cloud, or will it stay on the cloud and just delete on my phone?
    Thanks for the help!
    -eric

    The side button on Apple Watch gives you quick access to people you stay in touch with the most. Press the side button, pick a friend, then call, send a message, or use Digital Touch. But frst, add your friends to Apple Watch.
    Add friends to Apple Watch on iPhone. Apple Watch automatically adds up to 12 of your favorite contacts from iPhone. To change the list of friends that appears on Apple Watch, open the Apple Watch app, tap My Watch, then tap Friends. In the Friends list, tap Add Friend, then tap your friend in the list of contacts that appears. If your friend isn’t in the list, open the Contacts app on iPhone and add them, then try again.
    See friends on Apple Watch. Press the side button to see up to 12 of your friends. Turn the Digital Crown to highlight each friend. Tap a friend’s picture or initials, then choose how you want to get in touch.
    https://manuals.info.apple.com/MANUALS/1000/MA1708/en_US/apple_watch_user_guide. pdf

  • Why do the songs on my phone keep skipping over each other?

    I haven't been able to sync my itunes since to my iphone 4 since I've updated to ios7 two weeks ago. Only one song will play, and it was purchased on the itunes store, but the other songs are from CDs that I've transfered onto my itunes. Anyways, when i try to play the music on my phone it just skips over every song. It also has a red square and circle around the square. Someone please help!

    I'm not completely sure what iTunes Match is.
    Then you are probably not using it, since it is a paid service. iTunes Match will let you store your music in the cloud and will download it from the cloud to your devices. Since it downloads songs from the store rather than upload your song to the cloud, if the song is available from the store, sometimes the downloaded song may have a different cover. That is why was asking about iTunes Match.
    If your songs transferred incompletely by syncing with USB, I'd connect the iPhone again to iTunes and restore it to factory settings,  see this support article:   http://support.apple.com/kb/HT1414
    Then sync again.

  • How to automatically superimpose pairs of images over each other?

    I would like to find a way to automatize image superposition. The images are all located in one FolderX and the consecutive image of an image should be copied as second layer in the previous image and be saved under another name in another FolderY. e.g. picture 1 (green) + picture 1 (red) = picture 1 (green+red)
    Folder X:
    picture 1 (green)
    picture 1 (red)
    picture 2 (green)
    picture 2 (red)
    picture 3 (green)
    picture 3 (red)
    Thus the script should yield:
    Folder Y:
    picture 1 (green+red)
    picture 2 (green+red)
    picture 3 (green+red)
    At the moment Iam getting along by combining “AutoIt” with a PS action. But the problem is that I cannot use the computer during the processing. I have never worked with JavaScript but if somebody could give me some advice it would probably work out. I have the ExtendToolScriptKit and would like to write it with that program. So my first question is how can I define in the script that pairs of pictures are loaded into PS? I thought of something like this but Im absolutely not familiar with the syntax:
    For i = 1 to 3, step 1
    var X = 1 ; X defines the current picture that should be processed
    var FirstPicture = Picture”X” (green)
    var SecondPicture = Picture”X” (red)
    open (C:\FolderX\FirstPicture.tif)
    open (C:\FolderX\SecondPicture.tif)
    execute action 1 ; an action written in PS to copy image one as new layer into second image
    save as FirstPicture (green+red) in C:\FolderY
    close all images
    X = X+1 ; to process next picture
    next
    thanks for your help,
    Finn

    As an example see this thread....
    http://ps-scripts.com/bb/viewtopic.php?f=9&t=3222&p=14459&hilit=load+files+into+stack&sid= e0c8e9920266810e2cd4dc3c4980400a#p14459

  • External SWF sounds playing over each other

    Hello all,
    Does anyone have any clue on how to unload an external swf with all its sounds?

    if you're using cs4 publishing for fp10 you can use unloadAndStop().  otherwise, you must explicity stop the swf's sounds (or more crudely stop all sounds using SoundMixer.stopAll() ) and then apply the loader's unload() method.

  • How to customize line chart series and symbols?

    Hello Forum,
    who can help me to customize line chart series and symbols color?
    I need to customize this in dynamic way.
    Thanks in advanced.

    See example 8-10 (Example 8-10 Changing Chart Symbol Color) from http://docs.oracle.com/javafx/2.0/charts/css-styles.htm#CIHGIAGE (reproduced here).
    The linked tutorial document contains a picture of how this example renders.
    .chart-series-line {   
        -fx-stroke-width: 2px;
        -fx-effect: null;
    .default-color0.chart-series-line { -fx-stroke: #e9967a; }
    .default-color1.chart-series-line { -fx-stroke: #f0e68c; }
    .default-color2.chart-series-line { -fx-stroke: #dda0dd; }
    .default-color0.chart-line-symbol { -fx-background-color: #e9967a, white; }
    .default-color1.chart-line-symbol { -fx-background-color: #f0e68c, white; }
    .default-color2.chart-line-symbol { -fx-background-color: #dda0dd, white; }Note the two comma separated colors listed for each -fx-background-color for the chart-line-symbol.
    The first color is the color or the outside of the symbol, the second is the inside of the symbol.
    In the sample css you provided you only supply a single background color for the chart-line-symbol, when two colors are required.

Maybe you are looking for

  • Safari won't open webarchives or html documents stored on computer

    I occasionally save a webpage to my computer as a .webarchive for later usage, but anytime I try to open them safari takes me to a completely different page. It brings me to my Top Sites page that shows all of my most frequently visited pages. I don'

  • SSL certificate error on every SSL page

    Hello, I was having problems earlier with connecting to my wireless internet so I deleted some of my .plist files attempting to fix the problem. Now I am having problems connecting to ANY SSL page, (as well as google chat, etc.) saying "security cert

  • Turning off Google Safe Browsing Content

    Not much of a question, but an answer to others' archived questions. Many are concerned that Google Safe Browsing Cache violates their privacy and releases the public's web activities to one of Google's data-centers. The easiest way to disable this f

  • 3D  mode

    I can't seem to get my 3D to work it stays grayed out foreverything from simple shapes to basic text Help!!! Ive done this before but now its not working, Ive tried converting to shape razterizing.

  • Do you need to open ical or reminders to get them to sync/update?

    I have a iPad and a iPhone and when I create a new reminder or ical event on either device it does not automatically sync to the other without me launching that app on the other device. For example I create a new reminder on my iPad for 8am tomorrow