Labels are not clearly visible on Horizontal Axis

I want to display a full timestamp on the horizontal axis of a LineSeries. But the labels are not clearly visible. The below is the screenshot.
I have already tried using LabelRenderer and set a larger font size and also tried increasing the width of the label itself. But, it didnt work. It seems there is some container for the lable which has fixed width. Does anyone know how to increase this width and make the text clearly visible.
Thanks

Hi Mohd Fayaz,
Have you tried setting the larger fontSize on LineChart.
<mx:LineChart fontSize="18" />
Thanks,
Bhasker

Similar Messages

  • Have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.

    have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely

    Dear Zak,
    thank you very much! Your information solved the problem immediately!
    Best regards,
    Philipp Frank
    New website
    www.philippfrank.at<http://www.philippfrank.at>
    Dipl Ing Philipp Frank
    1010 Wien
    Jakobergasse 4/14
    +43 1 513 22 83 19
    +43 650 250 5000
    [email protected]<mailto:[email protected]>
    www.philippfrank.at
    Von: Zak Williamson (Adobe)
    Gesendet: Montag, 23. Juni 2014 20:40
    An: Dipl Ing Philipp Frank
    Betreff:  have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.
    have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.
    created by Zak Williamson (Adobe)<https://forums.adobe.com/people/ZakWilliamson%28Adobe%29> in Help with using Adobe Muse CC - View the full discussion<https://forums.adobe.com/message/6488371#6488371>

  • Images on websites are not clearly displayed

    Dear All,
    The last month or so i have noticed that images on websites are not as clear as they used to be. Seem to be fuzzy. This is not a great help when im buying cosmetics or clothes as the images are not clear enough to see what im purchasing. Its not just one website its all.
    Ive not changed anything on my laptop that i know of, its all running as when i purchased it.
    Does anyone have any suggestions for me to try?
    Lesley

    Hi
    Its not a notebook malfunction. There is all ok with the hardware. I assume you have changed something in the IE settings or the images on the websites are really blurred.
    You can try to check the settings in the IE option View. Check if the text size is set to medium and the encoding to Unicode (UTF8)
    What you can do also to reinstall the IE.

  • I updated my Iphone4S this week to the newest IOS 7.1 and now everyone who calls me says the calls are not clear, muffled.  Is there something I can do to clear this?  4 people in 4 different states that called me all said the same thing.

    I updated my Iphone4S this week to the newest IOS 7.1 and now everyone who calls me says the calls are not clear, muffled.  Is there something I can do to clear this?  4 people in 4 different states that called me all said the same thing.

    Settings > General > Reset > Reset Network Settings
    Contact the carrier to troubleshoot.

  • Lov returned items are not cleared in Jheadstart 11.1.1.4.26

    We are using Jheadstart 11.1.1.4.26 with Jdeveloper 11.1.1.4
    HR Testcase:
    Form UI
    Lov on the Manager_FirstName
    returns
    ManagerId -> ManagerId
    FirstName -> Manager_Firstname
    LastName -> Manager_Lastname
    1: Select a manager from the LOV popup. ManagerId,FirstName,LastName are filled
    2: Clear the Manager_Firstname from the Lov inputext. Returned Values should be automatically cleared (at least they used to in previous version). They dont in this version.
    I am sending a testcase to [email protected]
    Regards

    Thanks for looking at the testcase.
    I emailed you a new one with screenshots of the steps required to reproduce it.
    Conserning the previous test case I have sent, you are correct. I made a mistake by returning the
    ManagerId back to ManagerId where it should be EmployeeId copied back to ManagerId.
    However the items are not cleared in my Environment if you set a value from the LOV popup and then clear the value of the textinput. (No saving should be performed between these two steps).
    If you perform a save between these two steps the items are all cleared.
    Are you using Jdeveloper 11.1.1.4 ?
    Regards
    Vasileios
    Edited by: spooker on 6 Μαϊ 2012 10:03 πμ
    I am attaching another testcase with steps here. This is different from the one I emailed you but illustrates the same issue.
    It is as if the item the Lov is based on does not autosubmit when it loses focus (click somewhere in the page)
    steps to reproduce word document --> http://herosh.com/download/10867921/testcase.doc.html (just click the green download link)
    testcase--> http://herosh.com/download/10867918/HR.rar.html (just click the green download link)
    Edited by: spooker on 6 Μαϊ 2012 11:05 πμ

  • Safari 4 fonts are not clear on the screen.....

    I downloaded and installed Safari 4 for Windows over the weekend.
    I find that the fonts are not clear...they are actually fuzzy. Right now I have this page side by side with another browser and the type is definitely different.
    Any thoughts?
    Thank you
    Elliot

    First, try resetting your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release.

  • Reversed documents are not cleared

    Hello there
    I am dealing with support to customer who has following issue (among others..):
    - the settings are made so that standard SAP reversing procedure is messed up! Namely, when the user reverse FI document the SAP creates new one (reversal document) but the original and reverse documents are not cleared against each other! It is also very hard to find out the connection between these two documents.
    I have no idea where to look to check why this is happening.
    I checked the reversal reasons, and all are set to 'negative postings', but I do not believe this is just because of that!
    They have SAP ECC 5.0 version KERNEL 640
    Best regards,
    Amina
    Edited by: Amina Bisic on Feb 28, 2008 9:39 AM

    Hi
    When any transaction is cleared with another transaction either it may be customer or vendors, the first line item will become closed status.
    When you want to reverse the transaction you have to reset and reverse the transaction.
    I mean when you reset it becomes open item then you can reverse the transaction.
    Otherwise in your case it is only creating  a seperate lieme item
    Thx

  • Subelements of a disabled JMenu are not cleared

    Hi All!
    Subelements of a disabled JMenu are not cleared from screen when the frame is repainted.
    Please go thru the sample code below & comments following code:
    //Subelements of a disabled JMenu are not cleared from screen
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    class MyFrame extends JFrame implements ChangeListener {
    JMenuBar menuBar;
    JMenu menu;
    JTabbedPane tp;
    MyFrame() {
         super();
         addWindowListener(new WindowAdapter(){
                   public void windowClosing(WindowEvent e){
                        System.exit(0);
         setTitle("JMenuItems of a JMenu are not cleared if JMenu is disabled.");
         setSize(600, 500);
         createMenu();
         JPanel panel = new JPanel();
         tp = new JTabbedPane();
         tp.addTab("One", new JLabel(" One will go here "));
         tp.addTab("Two", new JLabel(" Two will go here "));
         tp.addChangeListener(this);
         panel.add(tp);
         getContentPane().add(BorderLayout.CENTER, panel);
         getContentPane().add(BorderLayout.NORTH, menuBar);
         private void createMenu()
              menuBar = new JMenuBar();
              JMenu fileMenu = new JMenu("File");
              fileMenu.add(new JMenuItem("New"));
              fileMenu.add(new JMenuItem("Open"));
              fileMenu.add(new JMenuItem("Close"));
              menuBar.add(fileMenu);
              menuBar.add(new JMenu("Edit"));
              menuBar.add(new JMenu("Search"));
              menuBar.add(new JMenu("View"));
              JMenu menuProblem = new JMenu("Menu");
              menu = new JMenu("Child Menu");
              menu.add(new JMenuItem("Menu Item 1"));
              menu.add(new JMenuItem("Menu Item 2"));
              menu.add(new JMenuItem("Menu Item 3"));
              menuProblem.add(menu );
              menuBar.add(menuProblem);
         public void stateChanged(ChangeEvent e)
              int index = tp.getSelectedIndex();
              if( index == 0)
                   menu.setEnabled(true);
              else
                   menu.setEnabled(false);
    public class MenuDemo
         public static void main(String args[]) {
              MyFrame frame = new MyFrame();
              frame.setVisible(true);
    Comments:
    Use JDK 1.3 and run the application. When user clicks on Menu and clicks on Child Menu, sub elements are shown and if user clicks on Tab Two, Menu Items are not cleared because it's parent menu is disabled. The same application works fine in Jdk 1.4.1.
    I am searching for BUG ID from Sun's bug database. If any one of you have a work around solution for this problem or bug id, kindly post the same at the earliest.
    Thanks in advance,
    Sandesh

    HI
    so theres a price difference so what you do is create a GL called the price difference GL if you have one thats  fine make sure you post the price difference into the price difference GL account created you can create GL account in FS00, the other way is to set a tolerance limit set the tolerance limit to 10%.
    hope this solves your problem
    regrds
    Vignesh

  • Selection screen fields are not clearing..!

    Hi all,
    I have created one report which is having a selection screen with four select-options.
    Now after executing the report, when i click on "back" icon the selection screen entries are not clearing even i refresh the select-options also.
    Could any body please help me to resolve this issue??
    Regards,
    Joshu.

    Hi,
    Use FREE MEMORY after the report is printed..
    Check this example..
    PARAMETERS: P_MATNR LIKE MARA-MATNR OBLIGATORY.
    START-OF-SELECTION.
    WRITE: / P_MATNR.
    FREE MEMORY.
    Thanks,
    Naren

  • IO Labels are NOT being written to prefs!

    I've followed all the advice on existing threads about this and it's definitely a serious bug for me. IO Labels are not being written to prefs for me.
    Any ideas? Already tried deleting prefs, creating new blank project and not saving, nothing has worked.

    I found a workaround for anyone having this issue - and this is the ONLY thing that has worked after a week of trying everything on several forums.
    Open Logic, set your labels how you want.
    While Logic is open go to ~/Library/Preferences and delete com.apple.logic.pro.plist
    Quit Logic. I don't think it matters whether you save your project or not. When Logic quits a new plist will be written, and this one WILL have your labels!
    Seems on my machine Logic would not update the IO labels bit of the prefs unless it was writing a complete new prefs file.

  • GR/IR clearing all the documents are not clearing

    Dear Experts,
    In ob74 i have the following setings for my GR IR clearing a/c
    EBELN
    EBELP
    GSBER
    VBUND
    ZUONR
    My client is using F.13 clearing function.  But in that some entries are not clearing.
    Example of that
    Assignment               Docment no.  TYPE  Pk   Doc date   Psng Date  Amount in DC  Cur           Amt in Loc   Cur  Lcu  Reference
    450002593900002   5000004774      WE   50  26.5.2009   8.6.2009   2785.59-          SAR       2785.59-       sar
    450002593900002   5100006581      RE    40  07.11.2009  6.12.2009  2785.89-        SAR       2785.59-       sar
    Here assignemnt field is same and amount in DC is also same but can you please let me know the why it is not cleared.
    Thanks
    Bhaskar

    Hi Thank for the reply.
    In my goods receipt document
    entry is creating like
    81 Material
    96 GR/IR
    50 GR/IR
    and invoice
    31 vendor
    40 GR/IR clearing
    Can you please let me know how to crate these type of entries
    why it is getting created only these entries are not getting cleared thru F.13
    Waiting for your reply.
    Thanks
    Bhaskar

  • Pictures taken with Ipad are not clear

    Pictures are not clear using my Ipad. Please help

    When you say "other Ipads" do you mean other iPad 2s or the New iPads.  The New iPad has a 5 megapixel camera and will take better pictures.  If you compared it to other Ipad 2s, check to make sure the camera lenses are clean are not covered.  iPads come with clear plastic over the lens on the back for protection.

  • Why some photos are not clear on Facebook?

    I have posted some snap  clicked from my DSLR on, Facebook. But when I view there! they are not clear.

    I have the same problem: I just added an new project to Aperture, but it isn't shown in the list of projects on the AppleTV. Even not in the "Last Week" one ... All other (or even most of them - I cannot count them - it is to much of them ... nicer sorting would be useful) are properly shown in the list...
    So it is not a networking problem or so ... Any ideas ?

  • Cache, cookies and history are not clearing when I close Firefox even though they are set to do so and have been for ages

    I recently had an update (or upgrade?) for FF 16. Today (and I believe the update was done a day or two ago?) my cache, cookies and history are not clearing when I close FF. Also, certain links are not working. Not links for full web pages but for site pop-ups (like the smilie window on a message board). They worked a few days but are not working today. I click the link and nothing happens. I noticed the problem with the cookies not clearing for a few weeks ago but it was only on one site not all sites which is what's happening now.
    My apologies if that's a little confusing. Thanks!

    At any rate, have you tried running Firefox in Private Browsing mode? This will ensure that no infromation from your session is saved once you exit Private Browsing mode and/or exit Firefox.
    You can set Firefox to always start in Private Browsing mode: https://support.mozilla.org/en-US/kb/private-browsing-browse-web-without-saving-info#w_how-do-i-always-start-firefox-in-private-browsing

  • HT1420 I want to authorize my PC to download my purchased items to my IPAD from itunes.  The instructions are NOT clear.

    I need to authorize my PC to download my purchased items to my IPAD.  The instructions are not clear (to me anyway).  Open itunes where (PC or IPAD), I do not see an option to "authorize computer" or maybe in this case and "advanced button".  Frustrated and confused buy this  

    Only computers nees authorising for your account, iPads (and iPhones and iPods) don't need authorising. On your computer's iTunes you should be able to authorise it via the Store menu at the top of iTunes - with iTunes 11 on a PC pressing Alt-S should get the Store menu to appear
    e.g. (screenshot is from a Mac, but it should be similar on a PC)

Maybe you are looking for