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

Code snippet for PieModelMapper uses undefined properties

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 6.9.1
    • Documentation, Graphs: 2D
    • None

    Description

      link: https://doc.qt.io/qt-6/qml-qtgraphs-piemodelmapper.html#details

      It seems that the code snippet in the link above uses properties that don't exist.

      PieModelMapper {
          series: pieSeries
          model: customModel
          labelsSection: 1
          valuesSection: 2
          firstRow: 1 // not exist. first?
          rowCount: 4 // not exist. count?
          orientation: Qt.Vertical
      } 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            docteam Qt Documentation Team
            mikio mikio hirai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes