Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Questions about the QWT BarChart example
Forum Updated to NodeBB v4.3 + New Features

Questions about the QWT BarChart example

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
1 Posts 1 Posters 632 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    james b-s
    wrote on last edited by
    #1

    I'm trying to develop a chart based upon the QWT BarChart example. All of my questions relate to that example and can be seen by running it, or looking at the code. For the record, I am interested in stacked charts displayed horizontally.

    1. When the window is expanded or shrunk, the plot expands or shrinks accordingly. What is causing that to happen? How can I stop it?

    2. When the window is shrunk, there appears to be a minimum size. What is causing that?

    3. When there is too much data, the chart becomes physically very large. I'd like to stop that and add scroll windows. I've tried adding

    new QwtPlotPanner(d_chart->canvas());

    as someone suggested, but it had no effect.

    1. How do I change the physical spacing between the y-axis major tick marks (labels) when displaying horizontally? The plot is saving space for the minor tick marks, even though I am not displaying them.
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved