Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QLineSeries
Forum Updated to NodeBB v4.3 + New Features

QLineSeries

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 27 Views
  • 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.
  • Y Offline
    Y Offline
    youny19
    wrote last edited by
    #1

    I have some data series that i append to QLineSeries and draw them in chart. The problem is that i need this graph to have several points of discontinuity, but QLineSeries just connects them all into one line. How can I make that happen using only one series?

    JonBJ 1 Reply Last reply
    0
    • Y youny19

      I have some data series that i append to QLineSeries and draw them in chart. The problem is that i need this graph to have several points of discontinuity, but QLineSeries just connects them all into one line. How can I make that happen using only one series?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote last edited by JonB
      #2

      @youny19
      I don't think you can (as a single line series). See https://forum.qt.io/topic/82760/how-to-make-a-point-of-discontinuity-in-qlineseries.

      FWIW if you are using Qt Charts be aware it is being replaced by Qt Graphs. Both have QLineSeries, which are you using? It may make no difference to your question though.

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        youny19
        wrote last edited by
        #3

        im using Qt Charts , you think i can find a way with Qt Graphs ?

        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