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. QCustomPlot set name to a legend, like series set name on QChart
Qt 6.11 is out! See what's new in the release blog

QCustomPlot set name to a legend, like series set name on QChart

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.3k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    firsnur96
    wrote on last edited by
    #1

    Im triying to pass QCustomPlot from Qt Chart.
    In qt charts, there is a setname function on qline series and with the help of this we have some legends on the screen.
    In qcustomplot, how it is made?
    Is there anything like series?

    I will be very happy, if someone help.

    JonBJ 1 Reply Last reply
    0
    • F firsnur96

      Im triying to pass QCustomPlot from Qt Chart.
      In qt charts, there is a setname function on qline series and with the help of this we have some legends on the screen.
      In qcustomplot, how it is made?
      Is there anything like series?

      I will be very happy, if someone help.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @firsnur96
      Did you try Googling for QCustomPlot legend or QCustomPlot series?

      1 Reply Last reply
      2
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        https://www.qcustomplot.com/documentation/
        Plot Legend section.

        you access it like
        ui->customPlot->legend->setVisible(true);

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved