Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to draw multiple line charts using one model
Forum Updated to NodeBB v4.3 + New Features

How to draw multiple line charts using one model

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 97 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.
  • I Offline
    I Offline
    IknowQT
    wrote on last edited by IknowQT
    #1

    Header | A | B |
    1 | 1 | 2 |
    2 | 3 | 4 |
    3 | 5 | 6 |
    4 | 7 | 8 |
    5 | 9 | 10 |

    I have a data model like this.

    X axis is Header
    The Y axis is the data of A and B respectively.
    Is there a way to draw all charts from each of A and B using QVXYModelMapper?

    The peculiarity in my case is that the order in which the data comes in is
    1,2,3,4,5,6, in A, B, excluding headers. come in order.

    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