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. Series not in the chart. Please addSeries to chart first.

Series not in the chart. Please addSeries to chart first.

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 1.4k 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.
  • D Offline
    D Offline
    DungeonLords
    wrote on last edited by DungeonLords
    #1

    It is unlogical that I should
    QChart *chart->addSeries(CalibSeries);
    before
    QScatterSeries *CalibSeries;->attachAxis(axisX);

    Isn't it? And no information in Qt doc too...

    I suggest add information to Qt doc.
    attachAxis() should be called after addSeries()

    Christian EhrlicherC 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher

      @DungeonLords said in Series not in the chart. Please addSeries to chart first.:

      I suggest add information to Qt doc.
      attachAxis() should be called after addSeries()

      Please create a bug report about this at bugreports.qt.io - this is a user-driven forum, the developers mostly only work with the bug tracker.

      D Offline
      D Offline
      DungeonLords
      wrote on last edited by
      #3

      @Christian-Ehrlicher

      please vote for https://bugreports.qt.io/browse/QTBUG-103242

      1 Reply Last reply
      0
      • D DungeonLords

        It is unlogical that I should
        QChart *chart->addSeries(CalibSeries);
        before
        QScatterSeries *CalibSeries;->attachAxis(axisX);

        Isn't it? And no information in Qt doc too...

        I suggest add information to Qt doc.
        attachAxis() should be called after addSeries()

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @DungeonLords said in Series not in the chart. Please addSeries to chart first.:

        I suggest add information to Qt doc.
        attachAxis() should be called after addSeries()

        Please create a bug report about this at bugreports.qt.io - this is a user-driven forum, the developers mostly only work with the bug tracker.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        D 1 Reply Last reply
        2
        • Christian EhrlicherC Christian Ehrlicher

          @DungeonLords said in Series not in the chart. Please addSeries to chart first.:

          I suggest add information to Qt doc.
          attachAxis() should be called after addSeries()

          Please create a bug report about this at bugreports.qt.io - this is a user-driven forum, the developers mostly only work with the bug tracker.

          D Offline
          D Offline
          DungeonLords
          wrote on last edited by
          #3

          @Christian-Ehrlicher

          please vote for https://bugreports.qt.io/browse/QTBUG-103242

          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