Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Right Click on ScatterSeries
Forum Update on Monday, May 27th 2025

Right Click on ScatterSeries

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 177 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.
  • L Offline
    L Offline
    Luckless
    wrote on last edited by
    #1

    I have multiple ScatterSeries I have used for plotting points on a Chart. And I am able to achieve selection on Left Click, using the following lines:

    Chart{
    ScatterSeries{
    onPressed: { //change color of ScatterSeries points to show successful selection}
    }}

    I need to change to another color on right click. How can I do that ?

    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