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. How to give z property to qt chart in qml?

How to give z property to qt chart in qml?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 2 Posters 748 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by Qt embedded developer
    #1

    Using Qt chart, I have used line series and scatter series in qml. But scatter series series point come behind line series.

    So how can i bring this scatter series top of line series?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Might be a silly question but did you try to change the creation order of the series ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 2 Replies Last reply
      0
      • SGaistS SGaist

        Hi,

        Might be a silly question but did you try to change the creation order of the series ?

        Q Offline
        Q Offline
        Qt embedded developer
        wrote on last edited by Qt embedded developer
        #3

        @SGaist said in How to give z property to qt chart in qml?:

        creation order of the series

        It seems silly but actually after changing the order of creation still the scatter chart point comes behind the line chart.

        So now what we can do to bring the scatter chart front in qml?

        is there any way to bring it front ?

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          Might be a silly question but did you try to change the creation order of the series ?

          Q Offline
          Q Offline
          Qt embedded developer
          wrote on last edited by Qt embedded developer
          #4

          @SGaist @sierdzio This is a bug in LineSeries of qml Becuase in SplineSeries it's works as you suggested.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Beside testing, is there a bug report for that ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            Q 1 Reply Last reply
            0
            • SGaistS SGaist

              Beside testing, is there a bug report for that ?

              Q Offline
              Q Offline
              Qt embedded developer
              wrote on last edited by
              #6

              @SGaist no

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Then you might want to consider opening one if none exists.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                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