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. Change size and color of points in Q3DScatter graph

Change size and color of points in Q3DScatter graph

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 983 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
    Dimis
    wrote on last edited by
    #1

    Hi all,

    I'm using Qt 5.9.1 and was trying to find how I can change the size the color of points in a Q3DScatter graph.

    Any ideas?

    Thank you in advance.

    D 1 Reply Last reply
    0
    • D Dimis

      Hi all,

      I'm using Qt 5.9.1 and was trying to find how I can change the size the color of points in a Q3DScatter graph.

      Any ideas?

      Thank you in advance.

      D Offline
      D Offline
      Dimis
      wrote on last edited by
      #2

      I found how to change the size. It's the following:

      QScatter3DSeries *series = new QScatter3DSeries(proxy);
      series->setItemSize(0.01f);
      m_graph->addSeries(series);

      What about the colour?

      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