Results 1 to 2 of 2

Thread: Is it possible to show multiple series within the same QwtPlot widget?

  1. #1
    Join Date
    Apr 2009
    Posts
    20
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Is it possible to show multiple series within the same QwtPlot widget?

    As one example, showing a line chart with a histogram that is at the bottom of the chart, as is typically found in financial charting applications.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,312
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Is it possible to show multiple series within the same QwtPlot widget?

    You can attach as many QwtPlotItems as you like to a plot. F.e. a curve is a plot item, that represents a series of X/Y points, but there are other types of plot items as well ( and you can implement your own ).

    For your application it might be better to use Qwt from SVN trunk, because it is easier to implement plot items for other types of samples ( see QwtPlotSeriesItem ).

    Uwe

Similar Threads

  1. QwtPlot - promote to custom widget
    By MrGarbage in forum Qwt
    Replies: 7
    Last Post: 10th February 2011, 10:12
  2. QDockWidget inside another widget in the center?
    By Antebios in forum Qt Programming
    Replies: 1
    Last Post: 16th February 2010, 07:06
  3. How to show the widget?
    By kommu in forum Qt Programming
    Replies: 1
    Last Post: 21st October 2008, 08:43
  4. Replies: 4
    Last Post: 4th February 2008, 06:16
  5. How to show custom widget in TreeView's cell :-/
    By WolfMM in forum Qt Programming
    Replies: 2
    Last Post: 7th July 2007, 11:16

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.