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. I want to show only angle lines in QPolarChart

I want to show only angle lines in QPolarChart

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

    Hello community,
    I'm creating a new qpolarchart. In this Azimuth Axis, I want to make the circle line a different color or I don't want it to appear.

     _azimuthAxisDetail->setLineVisible(true);
     _azimuthAxisDetail->setGridLineVisible(false);
    
    _azimuthAxisDetail->setLinePenColor(Qt::green);
    _azimuthAxisDetail->setGridLineColor(Qt::white);
    

    When I try this code or something like this, the colors of the outermost circle and the tick lines are the same color.

    This is my chart:
    25ce5013-3a59-4f8b-a34d-74362557d50f-image.png

    and This is what i want:
    a758beb7-1027-428e-aba7-d5af0e191705-image.png

    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