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. QML Chart with fractional points

QML Chart with fractional points

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 438 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.
  • R Offline
    R Offline
    Refi
    wrote on last edited by Refi
    #1

    How to draw Qml chart using append() function with fractional Y axis values
    Values may be like 0.012, 0.123, 0.09, 0.154

    DiracsbracketD 1 Reply Last reply
    0
    • R Refi

      How to draw Qml chart using append() function with fractional Y axis values
      Values may be like 0.012, 0.123, 0.09, 0.154

      DiracsbracketD Offline
      DiracsbracketD Offline
      Diracsbracket
      wrote on last edited by Diracsbracket
      #2

      @Refi
      What do you mean? append() from e.g. LineSeries takes real x and real y values, i.e. real numbers. Fractional values will be displayed as such, see e.g.
      https://doc.qt.io/qt-5.11/qml-qtcharts-lineseries.html

      R 1 Reply Last reply
      0
      • DiracsbracketD Diracsbracket

        @Refi
        What do you mean? append() from e.g. LineSeries takes real x and real y values, i.e. real numbers. Fractional values will be displayed as such, see e.g.
        https://doc.qt.io/qt-5.11/qml-qtcharts-lineseries.html

        R Offline
        R Offline
        Refi
        wrote on last edited by Refi
        #3
        This post is deleted!
        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