Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-125262

Missing values from QAbstractAxis::AxisType

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.7.3, 6.8
    • 6.9
    • Documentation
    • None
    • 636b97d5c (dev), 140ef3a0f (6.7)

    Description

      According to https://codebrowser.dev/qt6/qtcharts/src/charts/axis/qabstractaxis.h.html#QAbstractAxis::AxisType this is the definition of the `AxisType` enum:

          enum AxisType {
              AxisTypeNoAxis = 0x0,
              AxisTypeValue = 0x1,
              AxisTypeBarCategory = 0x2,
              AxisTypeCategory = 0x4,
              AxisTypeDateTime = 0x8,
              AxisTypeLogValue = 0x10,
              AxisTypeColor = 0x20
          };
      

      but https://doc.qt.io/qt-6/qabstractaxis.html#AxisType-enum shows only

      Constant Value
      QAbstractAxis::AxisTypeNoAxis 0x0
      QAbstractAxis::AxisTypeValue 0x1
      QAbstractAxis::AxisTypeBarCategory 0x2

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-125262
          # Subject Branch Project Status CR V

          Activity

            People

              lexcaz Alexei Cazacov
              zeed Vito De Tullio
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes