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. Orthographic Surface3D: Move ValueAxis3D Labels to left-hand side?

Orthographic Surface3D: Move ValueAxis3D Labels to left-hand side?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 428 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.
  • StevenFSS Offline
    StevenFSS Offline
    StevenFS
    wrote on last edited by
    #1

    Using QT Data Visualization I have a square/Cartesian graph locked in Orthographic view (top down 2D). The Z-axis labels default to the right side of the grid. How can I move them to render on the left side of the graph?

    I've already implemented a custom C++ QValue3DAxisFormatter for this axis, so a C++ solution is just as convenient as a QML ValueAxis3D or Surface3D change. I've spent hours in the documentation and can't find the correct property to left align these labels.

    C++ Software Engineer

    1 Reply Last reply
    0
    • StevenFSS Offline
      StevenFSS Offline
      StevenFS
      wrote on last edited by
      #2

      Z-Axis labels workaround - Displaying labels on the right in orthographic mode is a hard-coded default. Has anyone looked at this code before or have a QT-Core patch for this?

      A workaround is to set:
      scene.activeCamera.xRotation: 0.01;

      If anyone has more information please post, I may have to extend this core QT Data Visualization code myself.

      Cheers,

      C++ Software Engineer

      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