Results 1 to 2 of 2

Thread: How to set which axis are shown?

  1. #1
    Join Date
    Apr 2009
    Location
    Finland
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default How to set which axis are shown?

    Hello!
    What syntax I can use to set yRight axis scale visible? By default I can only see yLeft and xBottom.

    -Jeo

  2. #2
    Join Date
    Apr 2009
    Location
    Finland
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to set which axis are shown?

    simple code
    Qt Code:
    1. myPlot->enableAxis(myPlot->yRight);
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Axis yLeft cuts of numbers
    By sun in forum Qwt
    Replies: 17
    Last Post: 9th October 2009, 21:36
  2. Replies: 2
    Last Post: 14th February 2009, 20:08
  3. Virtual axis ?
    By viridis in forum Qwt
    Replies: 2
    Last Post: 1st July 2008, 15:28
  4. Relocating axis labels
    By malcom2073 in forum Qwt
    Replies: 0
    Last Post: 9th May 2008, 13:01
  5. make a widget paint itself even thought it is not shown
    By momesana in forum Qt Programming
    Replies: 7
    Last Post: 28th April 2008, 11:57

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.